Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/tests_eessi_extend_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
source .github/workflows/scripts/test_utils.sh

# Let's start from a clean slate (unload the EESSI module)
module purge
check_disallowed_env_prefix EESSI_
module --force purge
check_disallowed_env_prefix EESSI_ EESSI_MODULE_STICKY
check_disallowed_env_prefix EASYBUILD_

# Load the EESSI module
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
source .github/workflows/scripts/test_utils.sh

# Let's start from a clean slate
module purge
module --force purge
module load EESSI/${{matrix.EESSI_VERSION}}
# Access the installed EESSI-extend
module use "$MY_INSTALLATION_PATH"/modules/all
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
export STORED_CUDA_CC="8.0"

# Let's start from a clean slate
module purge
module --force purge
export EESSI_ACCELERATOR_TARGET_OVERRIDE=$STORED_EESSI_ACCELERATOR_TARGET_OVERRIDE
module load EESSI/${{matrix.EESSI_VERSION}}
# Access the installed EESSI-extend
Expand Down
Loading