Skip to content

Commit e2854f4

Browse files
committed
running with poetry to get the right env
1 parent 881e70d commit e2854f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
# Run Test
3434
# ----------------
3535
- name: Run pytest
36-
run: pytest --cov=./ --cov-report=term
36+
run: poetry run pytest --cov=./ --cov-report=term
3737
- name: Check Coverage
38-
run: coverage report --fail-under=80
38+
run: poetry run coverage report --fail-under=80

0 commit comments

Comments
 (0)