Commit ace4a52
[mocktopus] Swap pip → uv in CI workflow(s)
Replace `python -m pip install --upgrade pip` + `pip install -e .[test]`
with `uv pip install --system -e '.[test]'` in `.github/workflows/ci.yml`.
Adds astral-sh/setup-uv@v8.1.0 (SHA-pinned). Drops the bare pip self-upgrade
per the migration recipe.
Cross-ref: evalops/maestro-internal#1492
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c6f8090 commit ace4a52
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
0 commit comments