Skip to content

Commit 4c701eb

Browse files
committed
Install uv on GHA runner
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.
1 parent f54edb6 commit 4c701eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-python-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: opensafely-core/setup-action@5b3030fbbcf069c94e352b4f0a94100fae4dbd82 # v1.6.1
2424
with:
2525
install-just: true
26+
install-uv: true
2627

2728
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2829
id: generate-token

0 commit comments

Comments
 (0)