Skip to content

Commit 7aa3bc3

Browse files
committed
Merge branch 'utils_function_nvidia' of github.com:laraPPr/software-layer-scripts into utils_function_nvidia
2 parents 49de3c3 + 986f58d commit 7aa3bc3

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
@@ -51,7 +51,7 @@ jobs:
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

0 commit comments

Comments
 (0)