fix(ci): test

This commit is contained in:
Barrett Ruth 2025-09-19 21:08:19 -04:00
parent 01adf0a381
commit f148f77ec6
2 changed files with 3 additions and 2 deletions

View file

@ -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