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