File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
src/feelpp/benchmarking/reframe/config/machineConfigs Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,6 @@ jobs:
131131 with :
132132 name : config-artifacts
133133 path : ./tmp/
134- - name : Debug module
135- run : |
136- module show Python/3.10.8-GCCcore-12.2.0
137- echo $LD_LIBRARY_PATH
138134 - name : Setup machine and env
139135 run : ${{matrix.submit_command}}
140136 - name : Execute benchmarks
Original file line number Diff line number Diff line change 11#! /bin/bash -l
22
3- module load Python/3.10.8-GCCcore-12.2.0
4- python3 -m venv .venv
3+ # module load Python/3.10.8-GCCcore-12.2.0
4+ /cvmfs/sling.si/modules/el7/software/Python/3.10.8-GCCcore-12.2.0/bin/ python3.10 -m venv .venv
55source .venv/bin/activate
6- .venv/bin/python3 -m pip install --upgrade pip
7- .venv/bin/python3 -m pip install -r requirements.txt
8- ldd .venv/bin/python3
6+ .venv/bin/python3.10 -m pip install --upgrade pip
7+ .venv/bin/python3.10 -m pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments