mirror of https://github.com/astral-sh/uv
Use more idiomatic CI job names in GitLab integration docs
This commit is contained in:
parent
427c1f7fb2
commit
cae9507bda
|
|
@ -14,7 +14,7 @@ variables:
|
|||
stages:
|
||||
- analysis
|
||||
|
||||
UV:
|
||||
uv:
|
||||
stage: analysis
|
||||
image:
|
||||
name: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
|
|
@ -27,7 +27,7 @@ UV:
|
|||
Persisting the uv cache between workflow runs can improve performance.
|
||||
|
||||
```yaml
|
||||
UV Install:
|
||||
uv-install:
|
||||
variables:
|
||||
UV_CACHE_DIR: .uv-cache
|
||||
cache:
|
||||
|
|
|
|||
Loading…
Reference in New Issue