File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
# EESSI_DEBUG_INIT only relevant for Lmod init
109
109
unset EESSI_DEBUG_INIT
110
110
# Store all relevant environment variables
111
- env | grep -E '(^EESSI_|^LMOD_RC|^LMOD_PACKAGE_PATH)' | sort > "${moduleoutfile}"
111
+ env | grep -E '(^EESSI_|^LMOD_RC|^LMOD_PACKAGE_PATH|^MODULEPATH )' | sort > "${moduleoutfile}"
112
112
module unload EESSI/${{matrix.EESSI_VERSION}}
113
113
114
114
# We should only have two EESSI_* variables defined (which set the overrides)
@@ -123,7 +123,8 @@ jobs:
123
123
# source script version sets environment variables to force archdetect, ignore these
124
124
unset EESSI_USE_ARCHSPEC
125
125
unset EESSI_USE_ARCHDETECT
126
- env | grep -E '(^EESSI_|^LMOD_RC|^LMOD_PACKAGE_PATH)' | sort > "${sourceoutfile}"
126
+ unset EESSI_ARCHDETECT_OPTIONS
127
+ env | grep -E '(^EESSI_|^LMOD_RC|^LMOD_PACKAGE_PATH|^MODULEPATH)' | sort > "${sourceoutfile}"
127
128
128
129
# Now compare the two results
129
130
echo ""
You can’t perform that action at this time.
0 commit comments