From 425db930da5394ef70e4de25355bfe31154c3c41 Mon Sep 17 00:00:00 2001 From: Simon Branford <4967+branfosj@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:48:04 +0000 Subject: [PATCH] unit tests for 5.0.x with framework and easyblocks 5.0.x --- .github/workflows/unit_tests.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 12fe8cb5b63..94963f832b7 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -14,12 +14,8 @@ jobs: strategy: matrix: python: [3.6, '3.11'] - modules_tool: [Lmod-7.8.22, Lmod-8.6.8] + modules_tool: [Lmod-8.6.8] module_syntax: [Lua, Tcl] - # exclude some configurations: only test Tcl module syntax with Lmod 8.x and Python 3.6 - exclude: - - modules_tool: Lmod-7.8.22 - module_syntax: Tcl fail-fast: false steps: - uses: actions/checkout@v2 @@ -62,7 +58,7 @@ jobs: # first determine which branch of easybuild-framework repo to install BRANCH=develop if [ "x$GITHUB_BASE_REF" = 'xmain' ]; then BRANCH=main; fi - if [ "x$GITHUB_BASE_REF" = 'x4.x' ]; then BRANCH=4.x; fi + if [ "x$GITHUB_BASE_REF" = 'x5.0.x' ]; then BRANCH=5.0.x; fi echo "Using easybuild-framework branch $BRANCH (\$GITHUB_BASE_REF $GITHUB_BASE_REF)" git clone -b $BRANCH --depth 10 --single-branch https://github.com/easybuilders/easybuild-framework.git