We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbadca commit 8e2e292Copy full SHA for 8e2e292
.github/workflows/tests_scripts.yml
@@ -64,7 +64,7 @@ jobs:
64
# set up environment to have utility functions in place that load_easybuild_module.sh script relies on,
65
# along with $EESSI_* environment variables, and Lmod
66
echo 'ls -l /software-layer-scripts/' >> ${test_script}
67
- echo 'sed -i "s/__EESSI_VERSION_DEFAULT__/${{matrix.EESSI_VERSION}}/g" init/eessi_defaults
+ echo 'sed -i "s/__EESSI_VERSION_DEFAULT__/${{matrix.EESSI_VERSION}}/g" init/eessi_defaults' >> ${test_script}
68
echo 'source /software-layer-scripts/scripts/utils.sh' >> ${test_script}
69
echo 'source /software-layer-scripts/init/eessi_environment_variables' >> ${test_script}
70
echo 'source ${EPREFIX}/usr/share/Lmod/init/bash' >> ${test_script}
0 commit comments