Skip to content

Commit cd0b44d

Browse files
committed
See if we can fashion a fix
1 parent 45e0c14 commit cd0b44d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests_eessi_module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
347347
# Create LD_LIBRARY_PATH to test with
348348
export FAKE_PATH=/path/does/not/exist
349-
# export INITIAL_LD_LIBRARY_PATH="/usr/lib:/usr/lib/x86_64-linux-gnu:$FAKE_PATH"
349+
export LMOD_CMD="env -u LD_LIBRARY_PATH $LMOD_CMD" # Can't do this in reality
350350
export INITIAL_LD_LIBRARY_PATH="/usr/lib:/usr/lib/x86_64-linux-gnu:$FAKE_PATH"
351351
export LD_LIBRARY_PATH="$INITIAL_LD_LIBRARY_PATH"
352352
module load "EESSI/${{matrix.EESSI_VERSION}}"

0 commit comments

Comments
 (0)