Skip to content

Commit

Permalink
Run tox with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Apr 23, 2023
1 parent 43ba2ab commit 96b8508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -22,4 +22,4 @@ jobs:
poetry install
- name: Run tox
# Run tox using the version of Python in `PATH`
run: tox -e py
run: poetry run tox -e py

0 comments on commit 96b8508

Please sign in to comment.