Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Apr 17, 2024
1 parent c0b86f8 commit 8293285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install dependencies
run: python -m pip install requirements.txt
run: python -m pip install -r requirements.txt
- name: Run tests
run: python -m pytest -vs

0 comments on commit 8293285

Please sign in to comment.