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:
|
style:
|
||||||
variables:
|
variables:
|
||||||
PYTHON_VERSION: 3.13
|
PYTHON_VERSION: "3.13"
|
||||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
@ -38,7 +38,7 @@ style:
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
variables:
|
variables:
|
||||||
PYTHON_VERSION: 3.13
|
PYTHON_VERSION: "3.13"
|
||||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
@ -63,7 +63,7 @@ tests:
|
||||||
minversions:
|
minversions:
|
||||||
needs: ["tests"]
|
needs: ["tests"]
|
||||||
variables:
|
variables:
|
||||||
PYTHON_VERSION: 3.10
|
PYTHON_VERSION: "3.10"
|
||||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
@ -73,7 +73,7 @@ minversions:
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
variables:
|
variables:
|
||||||
PYTHON_VERSION: 3.13
|
PYTHON_VERSION: "3.13"
|
||||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue