From f751f9916a716418b0ec376ab67780632c22a49d Mon Sep 17 00:00:00 2001 From: Paul Dechamps <paul.dechamps@uliege.be> Date: Thu, 14 Dec 2023 10:09:12 +0100 Subject: [PATCH] (pip) Other way to install pip --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b099fee..8bd2696 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build: <<: *global_tag_def stage: build before_script: - - apt install python3-pip + - apt-get install -y python3-pip - python3 -m pip install scipy==1.11.3 --user script: - git submodule init -- GitLab