Skip to content
Snippets Groups Projects
Verified Commit 1d0a6a40 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(feat) Update pipeline

Now a python virtual env is created to use the latest versions of scipy and numpy
parent c5481495
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@ default:
- source /opt/intel/oneapi/tbb/latest/env/vars.sh
- echo $(nproc)
- printenv | sort
- python3 -m venv .venv
- source .venv/bin/activate
- pip install scipy # Numpy included
- pip install matplotlib
- pip install vtk
.global_tag: &global_tag_def
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment