Commit 1b97570
[cd-dspy] Swap pip → uv in CI workflow
Replace `python -m pip install --upgrade pip && python -m pip install -e
.[dev]` in both jobs (`test`, `coq-smoke`) with `astral-sh/setup-uv@v8.1.0`
(pinned by SHA) followed by `uv pip install --system -e '.[dev]'`. No
version pin changes.
Hardens CI against the PyPI partial-read timeouts that took down
post-merge evals on `main` in evalops/maestro-internal#1492. `uv`
resumes partial downloads and retries on connection drops by default.
No CLI tool installs in this workflow, so no `uv tool install` retry
wrapper is needed yet.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 11da0c6 commit 1b97570
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | | - | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
47 | 53 | | |
48 | | - | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
0 commit comments