Skip to content

Commit f3d4216

Browse files
committed
[bugfix] add poetry pytest command
1 parent fe2d9de commit f3d4216

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install poetry
3030
poetry lock
3131
poetry install
32-
pip install flake8
32+
pip install flake8 pytest
3333
- name: Test with pytest
3434
run: |
35-
PYTHONPATH=$PYTHONPATH:$(pwd) pytest
35+
poetry run pytest

0 commit comments

Comments
 (0)