Commit feb95e1
committed
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: #13251 parent 63363bf commit feb95e1
File tree
1 file changed
+3
-1
lines changed- .github/workflows
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | | - | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments