mirror of https://github.com/astral-sh/uv
Quote versions variables in GitLab documentation
## Summary Fixes #13675 ## Test Plan New example was tested manually to verify that it works.
This commit is contained in:
parent
9a1d977e7e
commit
f657359729
|
|
@ -13,8 +13,8 @@ Select a variant that is suitable for your workflow.
|
||||||
|
|
||||||
```yaml title="gitlab-ci.yml"
|
```yaml title="gitlab-ci.yml"
|
||||||
variables:
|
variables:
|
||||||
UV_VERSION: 0.5
|
UV_VERSION: "0.5"
|
||||||
PYTHON_VERSION: 3.12
|
PYTHON_VERSION: "3.12"
|
||||||
BASE_LAYER: bookworm-slim
|
BASE_LAYER: bookworm-slim
|
||||||
# GitLab CI creates a separate mountpoint for the build directory,
|
# GitLab CI creates a separate mountpoint for the build directory,
|
||||||
# so we need to copy instead of using hard links.
|
# so we need to copy instead of using hard links.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue