We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9681fd7 commit 2db507eCopy full SHA for 2db507e
.github/workflows/ci.yml
@@ -48,4 +48,4 @@ jobs:
48
- name: 🧪 Install package (editable) and run pytest
49
run: |
50
pip install -e .[dev]
51
- pytest -v --maxfail=1 --disable-warnings
+ PYTHONPATH=src pytest -v --maxfail=1 --disable-warnings
0 commit comments