2 parents b896e0f + 8777cf7 commit f4f99a4Copy full SHA for f4f99a4
1 file changed
.github/workflows/python-app.yml
@@ -35,4 +35,4 @@ jobs:
35
uv run ruff format --check .
36
37
- name: Run Pytest
38
- run: uv run pytest
+ run: PYTHONPATH=. uv run pytest
0 commit comments