We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef9f0b3 + 1d378ed commit 3f5d5cdCopy full SHA for 3f5d5cd
.github/workflows/ci.yaml
@@ -19,4 +19,4 @@ jobs:
19
python -m pip install --upgrade pip
20
poetry install -vv
21
- name: Test
22
- run: pytest
+ run: poetry run pytest
0 commit comments