Skip to content

Commit 4e938be

Browse files
committed
don't test non-Lmod module tools with Python 3.8
1 parent 0202d1f commit 4e938be

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
module_syntax: [Lua, Tcl]
1212
# exclude some configuration for non-Lmod modules tool:
1313
# - don't test with Lua module syntax (only supported in Lmod)
14-
# - don't test with Python 3.5 and 3.7 (only with 2.7 and 3.6), to limit test configurations
14+
# - exclude Python 3.x versions other than 3.6, to limit test configurations
1515
exclude:
1616
- modules_tool: modules-tcl-1.147
1717
module_syntax: Lua
@@ -23,14 +23,20 @@ jobs:
2323
python: 3.5
2424
- modules_tool: modules-tcl-1.147
2525
python: 3.7
26+
- modules_tool: modules-tcl-1.147
27+
python: 3.8
2628
- modules_tool: modules-3.2.10
2729
python: 3.5
2830
- modules_tool: modules-3.2.10
2931
python: 3.7
32+
- modules_tool: modules-3.2.10
33+
python: 3.8
3034
- modules_tool: modules-4.1.4
3135
python: 3.5
3236
- modules_tool: modules-4.1.4
3337
python: 3.7
38+
- modules_tool: modules-4.1.4
39+
python: 3.8
3440
fail-fast: false
3541
steps:
3642
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)