Commit b9309aa
Use uv in CI instead of pip
Everywhere else in this repo (AGENTS.md, local dev commands) uses `uv run`,
and there's already a committed uv.lock -- CI was the odd one out, floating
dev-dependency versions on every run via `pip install --group dev` instead
of installing the exact locked versions. Switch to astral-sh/setup-uv +
`uv sync --group dev`, and run every subsequent command via `uv run` for
consistency and speed. build/twine aren't part of the dev dependency group,
so they use `uv run --with <tool>` for ephemeral installs rather than
adding packaging-only tools to the lockfile.
Verified locally: uv sync, ruff, mypy, pytest, build --sdist, twine check,
sphinx-build (html + doctest), and python -m doctest README.rst all pass.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 218f7e8 commit b9309aa
1 file changed
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments