From fa84f47cdfb56cb96f78929f9cb289993f7b66cc Mon Sep 17 00:00:00 2001 From: Paul Dechamps <paul.dechamps@uliege.be> Date: Thu, 14 Dec 2023 10:24:12 +0100 Subject: [PATCH] (pip) Removed install scipy --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b082d46..a800bd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,9 +23,6 @@ stages: build: <<: *global_tag_def stage: build - before_script: - - apt-get install -y python-pip - - python -m pip install scipy==1.11.3 --user script: - git submodule init - git submodule update -- GitLab