Skip to content

Commit 02fb065

Browse files
committed
add local path in github flow to potentially fix the import problem
1 parent ccfaf61 commit 02fb065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
2424
- name: Run tests
2525
run: |
26-
pytest tests/
26+
PYTHONPATH=$PYTHONPATH:$(pwd) pytest tests/

0 commit comments

Comments
 (0)