Skip to content

Commit 8d40321

Browse files
committed
ci: update test workflow run command
1 parent efc94f3 commit 8d40321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
2727
- name: Run tests with coverage
2828
run: |
29-
pytest --cov=. --cov-report=xml --cov-report=term
29+
PYTHONPATH=. pytest --cov=. --cov-report=xml --cov-report=term

0 commit comments

Comments
 (0)