From 6df18de6e7b42874116c5c9eab71cbfb4e2cefdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Thu, 31 Oct 2024 20:08:35 +0100 Subject: [PATCH] fix: quotes around the gitlab yaml variables --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7871b506..5a839c11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: