mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-03 07:14:35 +00:00
Use more idiomatic CI job names in GitLab integration docs
This commit is contained in:
parent
427c1f7fb2
commit
cae9507bda
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ variables:
|
||||||
stages:
|
stages:
|
||||||
- analysis
|
- analysis
|
||||||
|
|
||||||
UV:
|
uv:
|
||||||
stage: analysis
|
stage: analysis
|
||||||
image:
|
image:
|
||||||
name: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
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.
|
Persisting the uv cache between workflow runs can improve performance.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
UV Install:
|
uv-install:
|
||||||
variables:
|
variables:
|
||||||
UV_CACHE_DIR: .uv-cache
|
UV_CACHE_DIR: .uv-cache
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue