We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b948015 commit 83c9378Copy full SHA for 83c9378
1 file changed
.github/workflows/tests_scripts.yml
@@ -156,6 +156,9 @@ jobs:
156
export SINGULARITY_CACHEDIR=$PWD
157
# run wrapper script + capture & check output
158
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
+
162
out="${PWD}/eb-${EB_VERSION}.out"
163
./eessi_container.sh --access rw --mode run --verbose /software-layer-scripts/run_in_compat_layer_env.sh ls 2>&1 | tee ${out}
164
echo $(grep "SINGULARITY_BIND" ${out})
0 commit comments