mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ Select a variant that is suitable for your workflow.
|
|||
|
||||
```yaml title="gitlab-ci.yml"
|
||||
variables:
|
||||
UV_VERSION: 0.5
|
||||
PYTHON_VERSION: 3.12
|
||||
UV_VERSION: "0.5"
|
||||
PYTHON_VERSION: "3.12"
|
||||
BASE_LAYER: bookworm-slim
|
||||
# GitLab CI creates a separate mountpoint for the build directory,
|
||||
# so we need to copy instead of using hard links.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue