Skip to content

Commit 2db507e

Browse files
committed
fix: set PYTHONPATH for pytest to ensure proper module resolution during tests
1 parent 9681fd7 commit 2db507e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- name: 🧪 Install package (editable) and run pytest
4949
run: |
5050
pip install -e .[dev]
51-
pytest -v --maxfail=1 --disable-warnings
51+
PYTHONPATH=src pytest -v --maxfail=1 --disable-warnings

0 commit comments

Comments
 (0)