Skip to content

Commit 83c9378

Browse files
committed
Fix another small issue
1 parent b948015 commit 83c9378

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests_scripts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ jobs:
156156
export SINGULARITY_CACHEDIR=$PWD
157157
# run wrapper script + capture & check output
158158
export SINGULARITY_BIND="${PWD}:/software-layer-scripts"
159+
# make sure that correct EESSI version is used (required because default is a placeholder version)
160+
export EESSI_VERSION_OVERRIDE="${{matrix.EESSI_VERSION}}"
161+
159162
out="${PWD}/eb-${EB_VERSION}.out"
160163
./eessi_container.sh --access rw --mode run --verbose /software-layer-scripts/run_in_compat_layer_env.sh ls 2>&1 | tee ${out}
161164
echo $(grep "SINGULARITY_BIND" ${out})

0 commit comments

Comments
 (0)