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 1b23831 commit 8999ed1Copy full SHA for 8999ed1
.github/workflows/unit_tests.yml
@@ -19,6 +19,8 @@ jobs:
19
matrix:
20
python: [2.7, 3.6]
21
modules_tool:
22
+ # use variables defined by 'setup' job above, see also
23
+ # https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#needs-context
24
- ${{needs.setup.outputs.lmod7}}
25
- ${{needs.setup.outputs.lmod8}}
26
- ${{needs.setup.outputs.modulesTcl}}
@@ -35,7 +37,7 @@ jobs:
35
37
- modules_tool: ${{needs.setup.outputs.modules4}}
36
38
module_syntax: Lua
39
include:
- # Test different Python versions with Lmod 8.x (with both Lua and Tcl module syntax)
40
+ # Test different Python 3 versions with Lmod 8.x (with both Lua and Tcl module syntax)
41
- python: 3.5
42
modules_tool: ${{needs.setup.outputs.lmod8}}
43
0 commit comments