We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6e66b commit 66a4d7eCopy full SHA for 66a4d7e
.github/workflows/pytest.yml
@@ -25,5 +25,7 @@ jobs:
25
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
27
- name: Test with Pytest
28
+ env:
29
+ PYTHONPATH: ${PWD}
30
run: |
31
pytest --config-file=backend/pyproject.toml backend/tests
0 commit comments