Fix CI: set PYTHONPATH for pytest module discovery
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -23,4 +23,4 @@ jobs:
|
|||||||
- name: Validate syntax
|
- name: Validate syntax
|
||||||
run: find . -name "*.py" -type f -exec python3 -m py_compile {} \;
|
run: find . -name "*.py" -type f -exec python3 -m py_compile {} \;
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pytest tests/ -v
|
run: PYTHONPATH=. pytest tests/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user