Skip to content

Commit

Permalink
fix: test req location
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGurney committed Jul 19, 2023
1 parent 81b2c41 commit 573e902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pytest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
run: python --version
shell: bash
- name: install requirements
run: python -m pip install -r tests/requirements.txt
run: python -m pip install -r test-requirements.txt
shell: bash
- name: output tests
run: python -m pytest -v
Expand Down

0 comments on commit 573e902

Please sign in to comment.