Skip to content

Commit a6f141b

Browse files
committed
call pytest correctly
1 parent 8ce9836 commit a6f141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install dependencies
5050
run: poetry install --with=test
5151
- name: Run pytest
52-
run: pytest --cov=teufa tests/
52+
run: poetry run pytest --cov=teufa tests/
5353
env:
5454
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
5555
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)