File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 source .github/workflows/scripts/test_utils.sh
3434
3535 # Let's start from a clean slate (unload the EESSI module)
36- module purge
37- check_disallowed_env_prefix EESSI_
36+ module --force purge
37+ check_disallowed_env_prefix EESSI_ EESSI_MODULE_STICKY
3838 check_disallowed_env_prefix EASYBUILD_
3939
4040 # Load the EESSI module
6767 source .github/workflows/scripts/test_utils.sh
6868
6969 # Let's start from a clean slate
70- module purge
70+ module --force purge
7171 module load EESSI/${{matrix.EESSI_VERSION}}
7272 # Access the installed EESSI-extend
7373 module use "$MY_INSTALLATION_PATH"/modules/all
@@ -161,7 +161,7 @@ jobs:
161161 export STORED_CUDA_CC="8.0"
162162
163163 # Let's start from a clean slate
164- module purge
164+ module --force purge
165165 export EESSI_ACCELERATOR_TARGET_OVERRIDE=$STORED_EESSI_ACCELERATOR_TARGET_OVERRIDE
166166 module load EESSI/${{matrix.EESSI_VERSION}}
167167 # Access the installed EESSI-extend
You can’t perform that action at this time.
0 commit comments