Skip to content

Install uv on GHA runner#3091

Merged
KatieB5 merged 1 commit into
mainfrom
KatieB5/install-uv-on-gha-runner-for-update-dependencies
May 29, 2026
Merged

Install uv on GHA runner#3091
KatieB5 merged 1 commit into
mainfrom
KatieB5/install-uv-on-gha-runner-for-update-dependencies

Conversation

@KatieB5
Copy link
Copy Markdown
Contributor

@KatieB5 KatieB5 commented May 29, 2026

We recently moved dependency management over to uv locally and in CI. Most of our workflows do not use uv in CI, and only require uv for processes that run inside docker containers where uv is installed.

However, our update-dependencies workflow runs a 'bump-cutoff' recipe. This recipe first tries to execute uvx but because uv isn't installed on the runner, the workflow fails.

This PR adds the uv install we need on the runner for this workflow.

@KatieB5 KatieB5 marked this pull request as ready for review May 29, 2026 14:14
We recently moved dependency management over to uv
locally and in CI. Most of our workflows do not
use uv in CI, and only require uv for processes
that run inside docker containers where uv is
installed.

However, our update-dependencies workflow runs a
'bump-cutoff' recipe. This recipe first tries to
execute uvx but becasue uv isn't installed on the
runner, the workflow fails.

This commit adds the uv install we need on the
runner for this workflow.
@KatieB5 KatieB5 force-pushed the KatieB5/install-uv-on-gha-runner-for-update-dependencies branch from 329860b to 4c701eb Compare May 29, 2026 14:23
@KatieB5 KatieB5 merged commit be8c35a into main May 29, 2026
7 checks passed
@KatieB5 KatieB5 deleted the KatieB5/install-uv-on-gha-runner-for-update-dependencies branch May 29, 2026 14:32
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