We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1373095 commit 22fdc51Copy full SHA for 22fdc51
.github/workflows/tests_init_module.yml
@@ -18,6 +18,11 @@ jobs:
18
- '2025.06'
19
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
20
- x86_64/intel/haswell
21
+ include:
22
+ - EESSI_VERSION: '2023.06'
23
+ EXPECTED_EASYBUILD_VERSION: '5.0.0'
24
+ - EESSI_VERSION: '2025.06'
25
+ EXPECTED_EASYBUILD_VERSION: '5.1.1'
26
steps:
27
- name: Check out software-layer repository
28
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
0 commit comments