File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,8 @@ jobs:
104
104
# Turn on debug output in case we want to take a look
105
105
export EESSI_DEBUG_INIT=true
106
106
CPU_ARCH=$(./init/eessi_archdetect.sh -a cpupath)
107
- export EESSI_ARCHDETECT_OPTIONS_OVERRIDE="dummy/cpu:${CPU_ARCH}:dummy1/cpu1"
108
107
module load EESSI/${{matrix.EESSI_VERSION}}
109
- # EESSI_ARCHDETECT_OPTIONS_OVERRIDE/EESSI_DEBUG_INIT only relevant for Lmod init
110
- unset EESSI_ARCHDETECT_OPTIONS_OVERRIDE
108
+ # EESSI_DEBUG_INIT only relevant for Lmod init
111
109
unset EESSI_DEBUG_INIT
112
110
# Store all relevant environment variables
113
111
env | grep -E '(^EESSI_|^LMOD_RC|^LMOD_PACKAGE_PATH)' | sort > "${moduleoutfile}"
@@ -199,12 +197,8 @@ jobs:
199
197
module unuse .github/workflows/modules
200
198
module avail
201
199
202
-
203
- # Hack to make sure the test works
204
- export FAKE=1
205
200
# Store the initial environment (ignoring Lmod tables)
206
201
env | grep -v _ModuleTable | sort > "${initial_env_file}"
207
- unset FAKE
208
202
209
203
# Do (and undo) loading the EESSI module
210
204
CPU_ARCH=$(./init/eessi_archdetect.sh -a cpupath)
You can’t perform that action at this time.
0 commit comments