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 1764678 commit a8d2b11Copy full SHA for a8d2b11
.github/workflows/tests_eessi_module.yml
@@ -303,7 +303,7 @@ jobs:
303
mkdir -p "${TMP_MODULEFILES}/${LOCAL_STACK_NAME}"
304
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
+ # Make sure we are using the EESSI module file from the repository and the temporary one for the dummy local stack
307
export MODULEPATH=init/modules:${TMP_MODULEFILES}
308
309
# Set the relevant environment variable, load the EESSI module and the local stack module, and grep for
0 commit comments