Commit d98ca01
fix: combine pip installs to prevent PyPI re-resolution in CI
Separate pip install calls cause pip to re-resolve dependencies from
PyPI instead of using locally installed dev versions, which can pull
in incompatible old packages. A single call resolves everything together.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d7567f2 commit d98ca01
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 70 | + | |
78 | 71 | | |
79 | 72 | | |
80 | 73 | | |
| |||
0 commit comments