From f4e71015d4c58cf894f946010a3d7f33de68eef6 Mon Sep 17 00:00:00 2001 From: Paul Dechamps <paul.dechamps@uliege.be> Date: Mon, 11 Dec 2023 15:43:49 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8de3d4..8bd2696 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,8 @@ build: <<: *global_tag_def stage: build before_script: - - pip3 install scipy==1.11.3 --user + - apt-get install -y python3-pip + - python3 -m pip install scipy==1.11.3 --user script: - git submodule init - git submodule update -- GitLab