Skip to content

Commit 9f7982d

Browse files
authored
Use the init/bash in the repo, not the one shipped by EESSI
1 parent 79332f3 commit 9f7982d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests_eessi_module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
module load EESSI/${{matrix.EESSI_VERSION}}
7373
env | grep -E '^(EESSI_S|EESSI_C)' | sort > "${moduleoutfile}"
7474
module unload EESSI/${{matrix.EESSI_VERSION}}
75-
source /cvmfs/software.eessi.io/versions/${{matrix.EESSI_VERSION}}/init/bash
75+
source ./init/bash
7676
env | grep -E '^(EESSI_S|EESSI_C)' | sort > "${sourceoutfile}"
7777
cat "${moduleoutfile}"
7878
cat "${sourceoutfile}"

0 commit comments

Comments
 (0)