We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b84a35 commit da40bc2Copy full SHA for da40bc2
1 file changed
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
run: poetry install
24
25
- name: Run Tests
26
- run: pytest tests
+ run: poetry run pytest tests
27
28
- name: Build Wheels
29
run: poetry build
0 commit comments