Skip to content

Commit 8999ed1

Browse files
committed
Add/Improve comments
1 parent 1b23831 commit 8999ed1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
matrix:
2020
python: [2.7, 3.6]
2121
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
2224
- ${{needs.setup.outputs.lmod7}}
2325
- ${{needs.setup.outputs.lmod8}}
2426
- ${{needs.setup.outputs.modulesTcl}}
@@ -35,7 +37,7 @@ jobs:
3537
- modules_tool: ${{needs.setup.outputs.modules4}}
3638
module_syntax: Lua
3739
include:
38-
# 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)
3941
- python: 3.5
4042
modules_tool: ${{needs.setup.outputs.lmod8}}
4143
module_syntax: Lua

0 commit comments

Comments
 (0)