From 28a3faeeb77c03a070c2db3e92ec9204a0890a72 Mon Sep 17 00:00:00 2001 From: Valentin Valls <valentin.valls@esrf.fr> Date: Tue, 29 Oct 2024 18:24:11 +0100 Subject: [PATCH] Fixed CI recipe --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3732e63..3145e5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ stages: - !reference [default, before_script] # install opengl libraries (needed to avoid problem with pyopengl dependency) - apt-get update && apt-get -y install xvfb libxi6 libgl1-mesa-glx - - mamba env create -n test tango python=3.10 + - mamba create -n test tango python=3.10 - source activate test - pip install -e .[dev] script: -- GitLab