Skip to content

Commit 0ec75f1

Browse files
committed
also set for create_lmodsitepackage.py tests
1 parent 5f4b557 commit 0ec75f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests_scripts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
132132
chmod u+x ${test_script}
133133
134+
# make sure that correct EESSI version is used (required because default is a placeholder version)
135+
export EESSI_VERSION_OVERRIDE="${{matrix.EESSI_VERSION}}"
136+
134137
out="${PWD}/test_create_lmodsitepackage.out"
135138
./eessi_container.sh --mode run --verbose /software-layer-scripts/run_in_compat_layer_env.sh /software-layer-scripts/test_lmod_sitepackage.sh 2>&1 | tee ${out}
136139
for pattern in "^Site Pkg location.*/software-layer-scripts/.lmod/SitePackage.lua" "LMOD_SITEPACKAGE_LOCATION.*/software-layer-scripts/.lmod/SitePackage.lua"; do

0 commit comments

Comments
 (0)