From 78de89918e159179f08c634b8c108ab10b4c525b Mon Sep 17 00:00:00 2001 From: Richard Top Date: Thu, 11 Jan 2024 13:46:51 +0000 Subject: [PATCH] changed EB version in .github/workflows/tests_scripts.yml --- .github/workflows/tests_scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_scripts.yml b/.github/workflows/tests_scripts.yml index 74e2ebcffe..84b8c912d8 100644 --- a/.github/workflows/tests_scripts.yml +++ b/.github/workflows/tests_scripts.yml @@ -43,7 +43,7 @@ jobs: # can't test with EasyBuild versions older than v4.5.2 when using EESSI pilot 2023.06, # since Python in compat layer is Python 3.11.x; # testing with a single EasyBuild version takes a while in GitHub Actions, so stick to a single sensible version - for EB_VERSION in '4.6.0'; do + for EB_VERSION in '4.8.0'; do # Create script that uses load_easybuild_module.sh which we can run in compat layer environment # note: Be careful with single vs double quotes below! # ${EB_VERSION} should be expanded, so use double quotes;