We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc55817 commit 8512ad0Copy full SHA for 8512ad0
README.md
@@ -202,7 +202,8 @@ by name (`uv`).
202
With `setup-uv`, you can install a specific version of Python using `uv python install` rather than
203
relying on `actions/setup-python`.
204
205
-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
206
+which are available to get activated by `actions/setup-python` without having to download them.
207
208
For example:
209
0 commit comments