Skip to content

Commit 4efc5e3

Browse files
explicit python version #206
[ci skip]
1 parent d093f20 commit 4efc5e3

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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
55
source .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

0 commit comments

Comments
 (0)