Skip to content

Commit 9d54b74

Browse files
authored
Change back to using most recent EB 5
Revert #20
1 parent db8f954 commit 9d54b74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
pid1=$!
4444
# then 2023.06 for EB 5
4545
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc90"
46-
( module load EESSI/2023.06 && module load EasyBuild/5.2 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2023.06 ) &
46+
( module load EESSI/2023.06 && module load EasyBuild/5 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2023.06 ) &
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)