Commit 60d7efa
[micro-agent] Swap pip → uv in CI workflow(s) (#1)
Swap the `python -m pip install` setup steps in `ci.yml` and
`release.yml` for `uv pip install --system`, gated on
`astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0`.
Drops the `pip install -U pip` warmup; version pins for project deps
(`.[dev]`, `build`) are unchanged. The `python -m build` and
`pypa/gh-action-pypi-publish` steps are left intact.
Cross-references the resilience pattern landed in
evalops/maestro-internal#1492.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 30bf2d1 commit 60d7efa
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments