Commit f246cdd
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 dc30a0c commit f246cdd
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
0 commit comments