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 126f33f commit 1764678Copy full SHA for 1764678
.github/workflows/tests_eessi_module.yml
@@ -301,7 +301,7 @@ jobs:
301
LOCAL_STACK_NAME="local_stack"
302
LOCAL_STACK_VERSION="${{matrix.EESSI_VERSION}}"
303
mkdir -p "${TMP_MODULEFILES}/${LOCAL_STACK_NAME}"
304
- echo "family(\"${FAMILY}\")" > "${TMP_MODULEFILES}/${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}"
+ echo "family(\"${FAMILY}\")" > "${TMP_MODULEFILES}/${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}.lua"
305
306
# Make sure we are using the EESSImodule file from the repository and the temporary one for the dummy local stack
307
export MODULEPATH=init/modules:${TMP_MODULEFILES}
0 commit comments