Skip to content

Use uv action rather than install script #14530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2025
Merged

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Aug 5, 2025

Follow-up to #14082 now that that we can ensure a consistant and specific uv version (uv version changing mid-run used to make the post-action step fail due to cache issues)

According to https://github.com/astral-sh/setup-uv#enable-caching, caching with the action is enabled by default on GitHub-hosted runners, and the default cache-dependency-glob should take both our requirements-tests.txt and pyproject.toml into account: https://github.com/astral-sh/setup-uv#cache-dependency-glob. So there's no extra configuration needed.

Hopefully this should result in faster runs for the affected steps.

@srittau srittau merged commit 2e3203f into python:main Aug 8, 2025
45 checks passed
@Avasam Avasam deleted the use-uv-action branch August 8, 2025 14:49
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.

2 participants