Skip to content

Commit

Permalink
updating the check binday script
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-mccarthy committed Dec 21, 2024
1 parent 7ffa40f commit b49b4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-binday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: setup python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install harlow-bindicator
- name: Run Bindicator
run: |
python src/main.py --uprn ${{ secrets.UPRN }} --topic ${{ secrets.TOPIC }}

0 comments on commit b49b4b5

Please sign in to comment.