From 8cd3140a175d119b7f75a178a1fff2bf095d7064 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Fri, 12 Apr 2024 15:55:51 +0200 Subject: [PATCH] PIPELINE: Fix install syntax --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eca5828e..0f9a258d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,7 +117,7 @@ unittest_py3.13: script: # TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released. # Python docker has problems with tox and pip so use plain pytest here - - apt update && apt install cargo + - apt update && apt install -y cargo - touch ~/.pylinkahead.ini - pip install pynose pytest pytest-cov jsonschema>=4.4.0 setuptools - pip install . -- GitLab