We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
init/bash
1 parent 79332f3 commit 9f7982dCopy full SHA for 9f7982d
1 file changed
.github/workflows/tests_eessi_module.yml
@@ -72,7 +72,7 @@ jobs:
72
module load EESSI/${{matrix.EESSI_VERSION}}
73
env | grep -E '^(EESSI_S|EESSI_C)' | sort > "${moduleoutfile}"
74
module unload EESSI/${{matrix.EESSI_VERSION}}
75
- source /cvmfs/software.eessi.io/versions/${{matrix.EESSI_VERSION}}/init/bash
+ source ./init/bash
76
env | grep -E '^(EESSI_S|EESSI_C)' | sort > "${sourceoutfile}"
77
cat "${moduleoutfile}"
78
cat "${sourceoutfile}"
0 commit comments