Skip to content

Commit bf2959b

Browse files
committed
EESSI module is sticky, do a force purge
1 parent 184dc6a commit bf2959b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests_eessi_extend_module.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
source .github/workflows/scripts/test_utils.sh
3434
3535
# Let's start from a clean slate (unload the EESSI module)
36-
module purge
36+
module --force purge
3737
check_disallowed_env_prefix EESSI_
3838
check_disallowed_env_prefix EASYBUILD_
3939
@@ -67,7 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)