Commit 4ed98dc
ci: enable uv cache in all CI jobs to speed up dependency installation
Add `enable-cache: true` to each `astral-sh/setup-uv` step in the
Python package workflow (code-quality, build matrix, coverage).
With caching enabled, uv stores downloaded packages in a persistent
cache directory. Repeated runs (e.g. the 18-job matrix across
3 platforms × 6 Python versions) skip downloading packages already
in cache, reducing install time significantly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8413154 commit 4ed98dc
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
0 commit comments