We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db8f954 + 9d8883e commit 43666a1Copy full SHA for 43666a1
1 file changed
.github/workflows/docs.yml
@@ -47,7 +47,7 @@ jobs:
47
pid2=$!
48
# then 2025.06 for EB 5 (does not have EB4)
49
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 ) &
+ ( module load EESSI/2025.06 && module load EasyBuild/5 && module load EESSI-extend && python scripts/generate_data_files.py --eessi-version=2025.06 ) &
51
pid3=$!
52
fail=0 # initialise
53
wait $pid1 || fail=1
0 commit comments