Commit 4c701eb
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments