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 070041f commit 23c93bcCopy full SHA for 23c93bc
.github/workflows/tests_eessi_module.yml
@@ -107,9 +107,8 @@ jobs:
107
module load EESSI/${{matrix.EESSI_VERSION}}
108
# EESSI_DEBUG_INIT/EESSI_ARCHDETECT_OPTIONS only relevant for Lmod init
109
unset EESSI_DEBUG_INIT
110
- unset EESSI_ARCHDETECT_OPTIONS
111
# Store all relevant environment variables
112
- env | grep -E '(^EESSI_|^LMOD_RC|^LMOD_PACKAGE_PATH|^MODULEPATH)' | sort > "${moduleoutfile}"
+ env | grep -E '(^EESSI_|^LMOD_RC|^LMOD_PACKAGE_PATH|^MODULEPATH)' | grep -v EESSI_ARCHDETECT_OPTIONS | sort > "${moduleoutfile}"
113
module unload EESSI/${{matrix.EESSI_VERSION}}
114
115
# We should only have two EESSI_* variables defined (which set the overrides)
0 commit comments