Skip to content

Commit

Permalink
Update tests_eessi_module.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TopRichard authored Aug 26, 2024
1 parent 0582018 commit a7d7aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_eessi_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
CPU_ARCH=$(./init/eessi_archdetect.sh cpupath)
export EESSI_ARCHDETECT_OPTIONS=dummy/cpu:$CPU_ARCH:dummy1/cpu1
. /cvmfs/software.eessi.io/versions/${{matrix.EESSI_VERSION}}/compat/linux/$(uname -m)/usr/share/Lmod/init/bash
if module load EESSI/${{matrix.EESSI_VERSION}}; then
if module --ignore_cache load EESSI/${{matrix.EESSI_VERSION}}; then
if [[ $CPU_ARCH == "${EESSI_SOFTWARE_SUBDIR}" ]]; then
echo "Test for picking up on \$archdetect_cpu PASSED"
else
Expand Down

0 comments on commit a7d7aff

Please sign in to comment.