File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 # can't test with EasyBuild versions older than v4.5.2 when using EESSI 2023.06,
5151 # since Python in compat layer is Python 3.11.x;
5252 # testing with a single EasyBuild version takes a while in GitHub Actions, so stick to a single sensible version
53- for EB_VERSION in '4.6 .0'; do
53+ for EB_VERSION in '5.1 .0'; do
5454 # Create script that uses load_easybuild_module.sh which we can run in compat layer environment
5555 # note: Be careful with single vs double quotes below!
5656 # ${EB_VERSION} should be expanded, so use double quotes;
@@ -112,7 +112,7 @@ jobs:
112112
113113 # scripts need to be copied to /tmp,
114114 # since create_directory_tarballs.sh must be accessible from within build container
115- ./eessi_container.sh --mode run --verbose /software-layer-scripts/create_directory_tarballs.sh 2023.06
115+ ./eessi_container.sh --mode run --verbose /software-layer-scripts/create_directory_tarballs.sh "${{matrix.EESSI_VERSION}}"
116116 # check if tarballs have been produced
117117 ls -l *.tar.gz
118118
You can’t perform that action at this time.
0 commit comments