You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove --frozen flag from uv run for lowest-direct resolution
The --frozen flag should only be used with the highest resolution strategy
(which uses the lockfile). The lowest-direct resolution strategy needs to
resolve dependencies dynamically, so it cannot use --frozen.
This change adds a run-flags field to the matrix to conditionally apply
--frozen only to the highest resolution strategy, allowing lowest-direct
tests to run without the incompatible --frozen flag.
Github-Issue: #1325
0 commit comments