From 2b8dbee63af2834a519700a22f6491475c381497 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Fri, 16 May 2025 00:20:53 +0200 Subject: [PATCH] Edit .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79d4ec2..d4ef957 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ tests: tags: - docker script: - - pip3 install --upgrade setuptools wheel + - pip3 install --upgrade setuptools wheel packaging - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - pip3 install -e . - pip3 install -e .[test] @@ -24,7 +24,7 @@ doc: script: - export LC_ALL=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US) - - pip install --upgrade setuptools wheel + - pip install --upgrade setuptools wheel packaging - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - pip3 install -e . - pip3 install -e .[doc] -- GitLab