forked from Github-Mirrors/canaille
fix: quotes around the gitlab yaml variables
This commit is contained in:
parent
45457b3cc9
commit
6df18de6e7
1 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ before_script:
|
|||
|
||||
style:
|
||||
variables:
|
||||
PYTHON_VERSION: 3.13
|
||||
PYTHON_VERSION: "3.13"
|
||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
stage: test
|
||||
script:
|
||||
|
@ -38,7 +38,7 @@ style:
|
|||
|
||||
coverage:
|
||||
variables:
|
||||
PYTHON_VERSION: 3.13
|
||||
PYTHON_VERSION: "3.13"
|
||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
stage: test
|
||||
script:
|
||||
|
@ -63,7 +63,7 @@ tests:
|
|||
minversions:
|
||||
needs: ["tests"]
|
||||
variables:
|
||||
PYTHON_VERSION: 3.10
|
||||
PYTHON_VERSION: "3.10"
|
||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
stage: test
|
||||
script:
|
||||
|
@ -73,7 +73,7 @@ minversions:
|
|||
|
||||
doc:
|
||||
variables:
|
||||
PYTHON_VERSION: 3.13
|
||||
PYTHON_VERSION: "3.13"
|
||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
stage: test
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue