Skip to content

Commit d093f20

Browse files
debug #206
[ci skip]
1 parent 6286d7c commit d093f20

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ 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
134138
- name: Setup machine and env
135139
run: ${{matrix.submit_command}}
136140
- name: Execute benchmarks

src/feelpp/benchmarking/reframe/config/machineConfigs/vega.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ module load Python/3.10.8-GCCcore-12.2.0
44
python3 -m venv .venv
55
source .venv/bin/activate
66
.venv/bin/python3 -m pip install --upgrade pip
7-
.venv/bin/python3 -m pip install -r requirements.txt
7+
.venv/bin/python3 -m pip install -r requirements.txt
8+
ldd .venv/bin/python3

0 commit comments

Comments
 (0)