File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments