Skip to content

Commit 5f4b557

Browse files
committed
also set $EESSI_VERSION_OVERRIDE for create_directory_tarballs.sh script tests
1 parent dd37dfd commit 5f4b557

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
@@ -107,6 +107,9 @@ jobs:
107107
# bind current directory into container as /software-layer-scripts
108108
export SINGULARITY_BIND="${PWD}:/software-layer-scripts"
109109
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+
110113
# scripts need to be copied to /tmp,
111114
# since create_directory_tarballs.sh must be accessible from within build container
112115
./eessi_container.sh --mode run --verbose /software-layer-scripts/create_directory_tarballs.sh 2023.06

0 commit comments

Comments
 (0)