Skip to content

Commit 1764678

Browse files
committed
add .lua extension to dummy modulefile
1 parent 126f33f commit 1764678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_eessi_module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
LOCAL_STACK_NAME="local_stack"
302302
LOCAL_STACK_VERSION="${{matrix.EESSI_VERSION}}"
303303
mkdir -p "${TMP_MODULEFILES}/${LOCAL_STACK_NAME}"
304-
echo "family(\"${FAMILY}\")" > "${TMP_MODULEFILES}/${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}"
304+
echo "family(\"${FAMILY}\")" > "${TMP_MODULEFILES}/${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}.lua"
305305
306306
# Make sure we are using the EESSImodule file from the repository and the temporary one for the dummy local stack
307307
export MODULEPATH=init/modules:${TMP_MODULEFILES}

0 commit comments

Comments
 (0)