Skip to content

Commit 8512ad0

Browse files
authored
Clarify impact of using actions/setup-python (#732)
Closes: #724
1 parent cc55817 commit 8512ad0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ by name (`uv`).
202202
With `setup-uv`, you can install a specific version of Python using `uv python install` rather than
203203
relying on `actions/setup-python`.
204204

205-
Using `actions/setup-python` can be faster, because GitHub caches the Python versions alongside the runner.
205+
Using `actions/setup-python` can be faster (~1s), because GitHub includes several Python versions in the runner image
206+
which are available to get activated by `actions/setup-python` without having to download them.
206207

207208
For example:
208209

0 commit comments

Comments
 (0)