We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911a205 commit e4a8d83Copy full SHA for e4a8d83
.github/workflows/main.yml
@@ -37,4 +37,4 @@ jobs:
37
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
38
39
- name: Run tox
40
- run: tox
+ run: poetry run tox
0 commit comments