Skip to content

Commit

Permalink
stop running easyconfigs test suite with Python 3.5, also test with P…
Browse files Browse the repository at this point in the history
…ython 3.8-3.10
  • Loading branch information
boegel committed Jan 27, 2022
1 parent 2585d09 commit d780bb7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,23 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python: [2.7, 3.5, 3.6, 3.7]
python: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10]
modules_tool: [Lmod-6.6.3, Lmod-7.8.22, Lmod-8.1.14]
module_syntax: [Lua, Tcl]
# exclude some configurations: only test Tcl module syntax with Lmod 7.x and Python 2.7 & 3.5
# exclude some configurations: only test Tcl module syntax with Lmod 7.x and Python 2.7 & 3.6
exclude:
- modules_tool: Lmod-6.6.3
module_syntax: Tcl
- modules_tool: Lmod-8.1.14
module_syntax: Tcl
- python: 3.6
module_syntax: Tcl
- python: 3.7
module_syntax: Tcl
- python: 3.8
module_syntax: Tcl
- python: 3.9
module_syntax: Tcl
- python: 3.10
module_syntax: Tcl
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d780bb7

Please sign in to comment.