mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-08 02:27:26 +00:00
Clarify impact of using actions/setup-python
This commit is contained in:
parent
cc5581700e
commit
1639b33314
1 changed files with 2 additions and 1 deletions
|
|
@ -202,7 +202,8 @@ by name (`uv`).
|
|||
With `setup-uv`, you can install a specific version of Python using `uv python install` rather than
|
||||
relying on `actions/setup-python`.
|
||||
|
||||
Using `actions/setup-python` can be faster, because GitHub caches the Python versions alongside the runner.
|
||||
Using `actions/setup-python` can be faster (~1s), because GitHub includes several Python versions in the runner image
|
||||
which are available to get activated by `actions/setup-python` without having to download them.
|
||||
|
||||
For example:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue