We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdbb19 commit 5293edeCopy full SHA for 5293ede
.github/workflows/tests.yml
@@ -34,4 +34,4 @@ jobs:
34
- name: Install dependencies
35
run: poetry install --with=dev
36
- name: Run pytest
37
- run: pytest
+ run: poetry run pytest
0 commit comments