Skip to content

Commit 744a24c

Browse files
committed
Fix CI
1 parent a62606d commit 744a24c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests_scripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)