Skip to content

Commit a006ed4

Browse files
authored
Add PYTHONPATH to pytest command
1 parent 75b0f73 commit a006ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: pip install -r requirements.txt
3030

3131
- name: Run tests
32-
run: pytest --cov --cov-fail-under=90 # Fail tests if coverage is below 90%
32+
run: PYTHONPATH="$PYTHONPATH:$PWD/src" pytest --cov --cov-fail-under=90 # Fail tests if coverage is below 90%

0 commit comments

Comments
 (0)