Skip to content

Commit

Permalink
ensure tox run with poetry env
Browse files Browse the repository at this point in the history
  • Loading branch information
03bennej committed Mar 23, 2024
1 parent 1599f71 commit cc461c5
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 @@ -48,7 +48,7 @@ jobs:
pip install tox tox-gh-actions
- name: Test with tox
run: tox
run: poetry run tox

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit cc461c5

Please sign in to comment.