Commit c3aee40
Fix Copilot setup to use uv instead of pip
The project uses uv for dependency management, but the Copilot setup
workflow was using actions/setup-python with pip caching. Since
`make install-dev` runs `uv sync`, the build fails because uv is not
installed. Replace with astral-sh/setup-uv to match lint-and-test.yml.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 69072d7 commit c3aee40
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
0 commit comments