Skip to content

Commit 554ee83

Browse files
Update test.yml
1 parent 290c2e1 commit 554ee83

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
pip install pytest
2222
2323
- name: Run test
24-
run: |
25-
pytest test/
24+
env:
25+
PYTHONPATH: .
26+
run: pytest test/

0 commit comments

Comments
 (0)