fix(ci): drop --frozen in tradein test job (uv.lock is gitignored) #678

Merged
bot-reviewer merged 1 commit from fix/tradein-ci-uv-frozen into main 2026-05-29 21:23:56 +00:00

View file

@ -69,7 +69,10 @@ jobs:
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Sync deps (incl. dev group — pytest)
run: uv sync --frozen
# NB: tradein-mvp/backend/uv.lock is gitignored (see tradein-mvp/.gitignore),
# so --frozen can't work in CI (no lockfile in a fresh checkout). Resolve
# from pyproject.toml like the Dockerfile does (uv sync --no-dev there).
run: uv sync
- name: Run pytest (tradein-mvp/backend)
# DESELECT (2026-05): two pre-existing tests fail only in whole-suite