Skip to content

Commit

Permalink
Update test-bikeability-v2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariald authored Sep 12, 2024
1 parent 0f7edaf commit 10cefe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-bikeability-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
source lint-env/bin/activate
black .
flake8 . --ignore=E203,F811,W503,E501 --exclude=lint-env/lib/python3.10/site-packages, bikeability/lib/python3.10/site-packages
flake8 . --ignore=E203,F811,W503,E501 --exclude=lint-env/lib/python3.10/site-packages, /home/runner/work/bikeability/bikeability/bikeability/lib/python3.10/site-packages
- name: Install bikeability from TestPyPI
run: |
Expand Down

0 comments on commit 10cefe6

Please sign in to comment.