Skip to content

Commit 0ca175b

Browse files
committed
fix: resolve PYTHONPATH import error in GitHub Actions CI by executing python -m pytest
1 parent 86759ca commit 0ca175b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
2828
- name: Run tests
2929
run: |
30-
pytest
30+
python -m pytest

0 commit comments

Comments
 (0)