Skip to content

Commit fd6dc51

Browse files
authored
Merge pull request #1111 from boegel/2023.06-software.eessi.io_lmod_cache
make sure that Lmod cache file is present for all supported CPU targets
2 parents ef13b60 + ac933bd commit fd6dc51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-software.eessi.io.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118
done
119119
fi
120120
121+
# make sure that Lmod cache file is present
122+
ls -l ${EESSI_SOFTWARE_PATH}/.lmod/cache/spiderT.lua
123+
121124
- name: Test check_missing_installations.sh with missing package (GCC/8.3.0)
122125
run: |
123126
export EESSI_SOFTWARE_SUBDIR_OVERRIDE=${{matrix.EESSI_SOFTWARE_SUBDIR_OVERRIDE}}

0 commit comments

Comments
 (0)