Skip to content

Commit 781a43f

Browse files
fix: Update GitHub Actions workflow to set PYTHONPATH
This change ensures that the pytest command can find the `streak` module during the CI run.
1 parent ca6f01e commit 781a43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
pip install pytest
1818
- name: Test with pytest
1919
run: |
20-
pytest
20+
PYTHONPATH=. pytest

0 commit comments

Comments
 (0)