Skip to content

Commit 8d128f8

Browse files
authored
Merge pull request #227 from bedroge/force_purge_sticky_module
Fix EESSI-extend CI by doing a `module --force purge`
2 parents 184dc6a + c5215a1 commit 8d128f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests_eessi_extend_module.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ 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
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
@@ -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)