Commit c005462
feat: update backend-ci.yml to use uv
Replaces pip install steps with astral-sh/setup-uv and uv sync --group ci.
tox and tox-uv are in the ci group; uv sync also installs the project
itself so everything tox needs is available. uv.lock ensures reproducible
installs in CI.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent bf8009a commit c005462
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments