fix(ci): run as modukle
This commit is contained in:
parent
a7cd58ad90
commit
ff9a3d1abb
6 changed files with 11 additions and 10 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: cd scrapers && PYTHONPATH=.. uv run pytest ../tests/scrapers/ -v
|
||||
run: uv run pytest tests/scrapers/ -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue