We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2d9de commit f3d4216Copy full SHA for f3d4216
1 file changed
.github/workflows/python-app.yml
@@ -29,7 +29,7 @@ jobs:
29
pip install poetry
30
poetry lock
31
poetry install
32
- pip install flake8
+ pip install flake8 pytest
33
- name: Test with pytest
34
run: |
35
- PYTHONPATH=$PYTHONPATH:$(pwd) pytest
+ poetry run pytest
0 commit comments