Skip to content

ci: enable uv cache in all CI jobs to speed up dependency installation#787

Merged
dbrattli merged 1 commit intomasterfrom
repo-assist/eng-uv-caching-2026-04-25-5d8d9a4690702132
May 1, 2026
Merged

ci: enable uv cache in all CI jobs to speed up dependency installation#787
dbrattli merged 1 commit intomasterfrom
repo-assist/eng-uv-caching-2026-04-25-5d8d9a4690702132

Conversation

@dbrattli
Copy link
Copy Markdown
Collaborator

@dbrattli dbrattli commented May 1, 2026

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

Closes: #781

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>
@dbrattli dbrattli changed the title [Repo Assist] ci: enable uv cache in all CI jobs to speed up dependency installation ci: enable uv cache in all CI jobs to speed up dependency installation May 1, 2026
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 93.524%. remained the same — repo-assist/eng-uv-caching-2026-04-25-5d8d9a4690702132 into master

@dbrattli dbrattli merged commit 4247d86 into master May 1, 2026
65 of 66 checks passed
@dbrattli dbrattli deleted the repo-assist/eng-uv-caching-2026-04-25-5d8d9a4690702132 branch May 1, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Repo Assist] ci: enable uv cache in all CI jobs to speed up dependency installation

2 participants