Commit fc7836d
committed
fix: use proper dependency resolution in CI
- Restructure dep-resolution matrix with name and install-flags
- Use uv sync with appropriate flags for each resolution strategy
- Set UV_RESOLUTION env var to ensure test subprocesses use correct strategy
This fixes the issue where tests spawning uv run subprocesses were
re-resolving dependencies using the lockfile instead of respecting
the lowest-direct resolution strategy.1 parent 35a9ccd commit fc7836d
File tree
1 file changed
+10
-3
lines changed- .github/workflows
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
52 | | - | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
| |||
0 commit comments