mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-09-04 06:39:22 +00:00
Trim runtime ID docs and workflow tests
This commit is contained in:
@@ -29,11 +29,6 @@ your cache with `id: setup-uv` on the setup step:
|
||||
key: build-${{ runner.os }}-${{ runner.arch }}-${{ steps.setup-uv.outputs.python-runtime-id }}-${{ hashFiles('uv.lock') }}
|
||||
```
|
||||
|
||||
The free-threaded marker describes the interpreter's build even when the GIL is
|
||||
enabled at runtime. The output is empty when `activate-environment` is false. If
|
||||
the activated runtime cannot be determined, the action fails. The existing
|
||||
`python-version` output and setup-uv's cache keys are unaffected.
|
||||
|
||||
You can customize the venv location with `venv-path`, for example to place it in the runner temp directory:
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user