refactor(ci): use astral-sh/setup-uv
with vars.UV_VERSION
across all gh workflows
#1062
Labels
astral-sh/setup-uv
with vars.UV_VERSION
across all gh workflows
#1062
#1061 experimented with the
astral-sh/setup-uv
action.This has some nice features:
We main task is to use this action consistently across all workflows and ensure
vars.UV_VERSION
is used consistently.Additionally, as this step's config is a few lines that'll get heavily repeated:
execution-spec-tests/.github/workflows/tox_verify.yaml
Lines 13 to 19 in 7d4f9b9
we could consider adding this to
.github/actions/setup-uv/action.yaml
(instead of using a curl install, as it does now). This action could optionally take aPYTHON_VERSION
and default tovars.DEFAULT_PYTHON_VERSION
.The text was updated successfully, but these errors were encountered: