From 5d15bc19b07e727760c4b63a8e448a9929272b9a Mon Sep 17 00:00:00 2001
From: Paul Dechamps <paul.dechamps@uliege.be>
Date: Mon, 24 Feb 2025 18:33:14 +0100
Subject: [PATCH] (pipeline) Modif pipeline

---
 .gitlab-ci.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 755d6e9..31d463d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,12 +5,7 @@ default:
         - source /opt/intel/oneapi/tbb/latest/env/vars.sh
         - echo $(nproc)
         - printenv | sort
-        - apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BAC6F0C353D04109  # Add the missing public key
-        - apt-get update && apt install python3.10-venv  # Install python3-venv if not available
-        - python3 -m venv venv  # Create a virtual environment
-        - source venv/bin/activate  # Activate the virtual environment
-        - pip install scipy==1.15.1 vtk==9.3.0 matplotlib==3.10.0 numpy==2.2.3  # Install the specified packages
-        - pip list  # Print the list of installed packages and their versions
+        - apt-get install python3-scipy==1.15 python3-vtk==9.3.0 python3-matplotlib==3.10.0 python3-numpy==2.2.3
 
 .global_tag: &global_tag_def
     tags:
-- 
GitLab