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 f8164d2 commit 126f33fCopy full SHA for 126f33f
.github/workflows/tests_eessi_module.yml
@@ -310,5 +310,5 @@ jobs:
310
# Lmod is automatically replacing "..." with "...".
311
export EESSI_MODULE_FAMILY_NAME=${FAMILY}
312
module load "EESSI/${{matrix.EESSI_VERSION}}"
313
- GREP_PATTERN="Lmod is automatically replacing \"EESSI/${{matrix.EESSI_VERSION}}" with \"${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}\"."
+ GREP_PATTERN="Lmod is automatically replacing \"EESSI/${{matrix.EESSI_VERSION}}\" with \"${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}\"."
314
module load "${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}" |& grep "${GREP_PATTERN}"
0 commit comments