@@ -212,7 +212,7 @@ jobs:
212212 module unuse .github/workflows/modules
213213 module avail
214214
215- # Store the initial environment (ignoring Lmod tables and internal stack varibles )
215+ # Store the initial environment (ignoring Lmod tables and internal stack variables )
216216 env | grep -v _ModuleTable | grep -v __LMOD_STACK | sort > "${initial_env_file}"
217217
218218 # Do (and undo) loading the EESSI module
@@ -316,11 +316,7 @@ jobs:
316316 GREP_PATTERN="Lmod is automatically replacing \"EESSI/${{matrix.EESSI_VERSION}}\" with \"${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}\"."
317317 module load "${LOCAL_STACK_NAME}/${LOCAL_STACK_VERSION}" |& grep "${GREP_PATTERN}"
318318
319- <<<<<<< HEAD
320319 check_ld_library_path_eessi_module :
321- =======
322- check_PS1_update_eessi_module :
323- >>>>>>> upstream/main
324320 runs-on : ubuntu-24.04
325321 strategy :
326322 fail-fast : false
@@ -355,6 +351,26 @@ jobs:
355351 module purge
356352 [ "$LD_LIBRARY_PATH" = "$INITIAL_LD_LIBRARY_PATH" ] || (echo "LD_LIBRARY_PATH is not $INITIAL_LD_LIBRARY_PATH but $LD_LIBRARY_PATH" && exit 1)
357353
354+ check_PS1_update_eessi_module :
355+ runs-on : ubuntu-24.04
356+ strategy :
357+ fail-fast : false
358+ matrix :
359+ EESSI_VERSION :
360+ - ' 2023.06'
361+ - ' 2025.06'
362+
363+ steps :
364+ - name : Check out software-layer repository
365+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
366+
367+ - name : Mount EESSI CernVM-FS repository
368+ uses : cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c # v4.0
369+ with :
370+ cvmfs_config_package : https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb
371+ cvmfs_http_proxy : DIRECT
372+ cvmfs_repositories : software.eessi.io
373+
358374 - name : Make sure we can use EESSI_UPDATE_PS1 to update PS1 in the EESSI module
359375 run : |
360376 # Initialise Lmod
0 commit comments