Skip to content

Commit 6286d7c

Browse files
use python 3.10 #206 [ci skip]
1 parent 423af3b commit 6286d7c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ jobs:
133133
path: ./tmp/
134134
- name: Setup machine and env
135135
run: ${{matrix.submit_command}}
136-
- name: Echo available modules
137-
run: module avail Python
138136
- name: Execute benchmarks
139137
run: |
140138
source .venv/bin/activate

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -l
22

3-
module load Python/3.12.3-GCCcore-13.3.0
3+
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

0 commit comments

Comments
 (0)