Skip to content

Commit 07840eb

Browse files
committed
wip (poetry run)
1 parent 5e2f067 commit 07840eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
run: poetry install --no-root --with dev
6868

6969
- name: flake it
70-
run: flake8 .
70+
run: poetry run flake8 .
7171

7272
- name: run tests
7373
run: |
74-
coverage run -m pytest --create-db
75-
coverage xml -o _shtrove_coverage.xml
74+
poetry run coverage run -m pytest --create-db
75+
poetry run coverage xml -o _shtrove_coverage.xml
7676
env:
7777
DATABASE_PASSWORD: postgres
7878
ELASTICSEARCH8_URL: http://localhost:9208/

0 commit comments

Comments
 (0)