File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 2020 - ubuntu-24.04-arm
2121 - ubuntu-24.04
2222 - ubuntu-latest
23+ eessi_version :
24+ - 2023.06
25+ - 2025.06
26+ - 2026.06
2327 steps :
24- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
28+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
2529 - uses : ./
30+ with :
31+ eessi_stack_version : ${{ matrix.eessi_version }}
2632 - name : Test EESSI
2733 run : |
2834 direnv status
Original file line number Diff line number Diff line change 3838 shell : bash
3939 env :
4040 EESSI_STACK_VERSION : ${{ inputs.eessi_stack_version }}
41- ALLOWED_VERSIONS : " 2023.06 2025.06"
41+ ALLOWED_VERSIONS : " 2023.06 2025.06 2026.06 "
4242 run : |
4343 if [ "$RUNNER_OS" == "Linux" ]; then
4444 echo 'unset BASH_ENV' >> $HOME/env_config.export
You can’t perform that action at this time.
0 commit comments