Skip to content

Commit 43666a1

Browse files
authored
Merge pull request #21 from EESSI/ocaisa-patch-1
Change back to using most recent EB 5 for `2025.06`
2 parents db8f954 + 9d8883e commit 43666a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pid2=$!
4848
# then 2025.06 for EB 5 (does not have EB4)
4949
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc90"
50-
( module load EESSI/2025.06 && module load EasyBuild/5.2 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2025.06 ) &
50+
( module load EESSI/2025.06 && module load EasyBuild/5 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2025.06 ) &
5151
pid3=$!
5252
fail=0 # initialise
5353
wait $pid1 || fail=1

0 commit comments

Comments
 (0)