We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd37dfd commit 5f4b557Copy full SHA for 5f4b557
.github/workflows/tests_scripts.yml
@@ -107,6 +107,9 @@ jobs:
107
# bind current directory into container as /software-layer-scripts
108
export SINGULARITY_BIND="${PWD}:/software-layer-scripts"
109
110
+ # make sure that correct EESSI version is used (required because default is a placeholder version)
111
+ export EESSI_VERSION_OVERRIDE="${{matrix.EESSI_VERSION}}"
112
+
113
# scripts need to be copied to /tmp,
114
# since create_directory_tarballs.sh must be accessible from within build container
115
./eessi_container.sh --mode run --verbose /software-layer-scripts/create_directory_tarballs.sh 2023.06
0 commit comments