Skip to content

Commit 2af3ff5

Browse files
committed
Forgot to set MODULEPATH
1 parent 23ded08 commit 2af3ff5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests_eessi_module.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,9 @@ jobs:
341341
# Initialise Lmod
342342
. /cvmfs/software.eessi.io/versions/${{matrix.EESSI_VERSION}}/compat/linux/$(uname -m)/usr/share/Lmod/init/bash
343343
344+
export MODULEPATH=init/modules
344345
# Set the relevant environment variable, load the EESSI module, and grep for what we expect in PS1
345346
export EESSI_UPDATE_PS1=1
346347
module load "EESSI/${{matrix.EESSI_VERSION}}"
347348
GREP_PATTERN="{EESSI/${{matrix.EESSI_VERSION}} "
348-
grep -F -- "${PS1}" "${GREP_PATTERN}"
349+
grep -F -- "${PS1}" "${GREP_PATTERN}"

0 commit comments

Comments
 (0)