Skip to content

Commit

Permalink
explicit python version #206
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
JavierCladellas committed Jan 13, 2025
1 parent d093f20 commit 4efc5e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ jobs:
with:
name: config-artifacts
path: ./tmp/
- name: Debug module
run: |
module show Python/3.10.8-GCCcore-12.2.0
echo $LD_LIBRARY_PATH
- name: Setup machine and env
run: ${{matrix.submit_command}}
- name: Execute benchmarks
Expand Down
9 changes: 4 additions & 5 deletions src/feelpp/benchmarking/reframe/config/machineConfigs/vega.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash -l

module load Python/3.10.8-GCCcore-12.2.0
python3 -m venv .venv
# module load Python/3.10.8-GCCcore-12.2.0
/cvmfs/sling.si/modules/el7/software/Python/3.10.8-GCCcore-12.2.0/bin/python3.10 -m venv .venv
source .venv/bin/activate
.venv/bin/python3 -m pip install --upgrade pip
.venv/bin/python3 -m pip install -r requirements.txt
ldd .venv/bin/python3
.venv/bin/python3.10 -m pip install --upgrade pip
.venv/bin/python3.10 -m pip install -r requirements.txt

0 comments on commit 4efc5e3

Please sign in to comment.