fix(ci): test

This commit is contained in:
Barrett Ruth 2025-09-19 21:11:12 -04:00
parent f148f77ec6
commit ddff996ee2
3 changed files with 3 additions and 3 deletions

View file

@ -61,4 +61,4 @@ jobs:
- name: Install dependencies with pytest
run: uv sync --dev
- name: Run Python tests
run: PYTHONPATH=. uv run pytest tests/scrapers/ -v
run: cd scrapers && PYTHONPATH=.. uv run pytest ../tests/scrapers/ -v