From e060eddc9792a97b660f94cede1ac02beacc2307 Mon Sep 17 00:00:00 2001
From: Paul Dechamps <paul.dechamps@uliege.be>
Date: Fri, 21 Feb 2025 19:21:31 +0100
Subject: [PATCH] (pipeline) Modif pip

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9644ee6..767ee1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ default:
         - source /opt/intel/oneapi/tbb/latest/env/vars.sh
         - echo $(nproc)
         - printenv | sort
-        - apt-get update && apt-get install -y python3-venv  # Install python3-venv if not available
+        - 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
-- 
GitLab