Skip to content

Commit 562c2d2

Browse files
committed
Updated PYTHONPATH
1 parent dd0bc0e commit 562c2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install -r requirements.txt
2626
pip install pytest pytest-cov
2727
- name: Set PYTHONPATH
28-
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
28+
run: echo "PYTHONPATH=$(pwd):$(pwd)/src" >> $GITHUB_ENV
2929
- name: Run tests with coverage
3030
run: pytest --cov=src --cov-report=xml --cov-fail-under=80
3131

0 commit comments

Comments
 (0)