SIGN IN SIGN UP

ci: add `--frozen` to uv sync/run in `refresh_model_profiles` (#36087)

`--no-group test --no-group dev --no-group lint` only controls which
groups get *installed*; uv still resolves the full dependency graph (all
groups) and tries to generate metadata for editable sources like
`../langchain_v1`. In a sparse checkout these paths don't exist.

`--frozen` skips re-resolution entirely and uses the existing lock, so
the missing editable paths are never accessed.
M
Mason Daugherty committed
9c64cb7136302cbc4a3e43bc41bed8e071045742
Parent: f33667f
Committed by GitHub <noreply@github.com> on 3/18/2026, 6:15:43 PM