fix(ci): test
This commit is contained in:
parent
01adf0a381
commit
f148f77ec6
2 changed files with 3 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -61,4 +61,4 @@ jobs:
|
|||
- name: Install dependencies with pytest
|
||||
run: uv sync --dev
|
||||
- name: Run Python tests
|
||||
run: uv run pytest tests/scrapers/ -v
|
||||
run: PYTHONPATH=. uv run pytest tests/scrapers/ -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue