Merge pull request #109 from tm-const/patch-2

Update ci.yml
This commit is contained in:
Shadowbroker
2026-03-25 08:59:21 -06:00
committed by GitHub
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
with:
python-version-file: "pyproject.toml"
- name: Install dependencies
run: uv sync --group test
run: uv sync --directory backend --group test
- run: uv run --directory backend python -c "from services.fetchers.retry import with_retry; from services.env_check import validate_env; print('Module imports OK')"
- name: Run tests
run: uv run --directory backend pytest tests -v --tb=short