From 301d13a70e811aee2a02b53929fc747e5e23f9fa Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Fri, 12 Apr 2024 15:48:53 +0200
Subject: [PATCH] PIPELINE: Fix syntax

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0548d383..48260ef2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,7 +70,7 @@ unittest_py3.8:
   script: &python_test_script
     # Python docker has problems with tox and pip so use plain pytest here
     - touch ~/.pylinkahead.ini
-    - pip install cargo;python_version>="3.13"  # TODO: Check whether this is still necessary after an official 3.13 release
+    - pip install 'cargo;python_version>="3.13"'  # TODO: Check whether this is still necessary after an official 3.13 release
     - pip install pynose pytest pytest-cov jsonschema>=4.4.0 setuptools
     - pip install .
     - python -m pytest unittests
-- 
GitLab