fix: quotes around the gitlab yaml variables

This commit is contained in:
Éloi Rivard 2024-10-31 20:08:35 +01:00
parent 45457b3cc9
commit 6df18de6e7
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -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: