Skip to content

Commit 6cb8340

Browse files
committed
Update test.yml
1 parent 425f599 commit 6cb8340

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ jobs:
3232
- name: Dump vars context
3333
env:
3434
VARS_JSON: ${{ toJSON(vars) }}
35-
run: echo "${VARS_JSON}"
35+
run: echo "${VARS_JSON}"
36+
- name: Test Python Version Imp
37+
run: echo ${{ toJson(vars.PYTHON_VERSIONS) }}
38+
- name: Test Python Version Imp2
39+
run: echo ${{ toJson(vars.PYTHON_VERSIONS2) }}

0 commit comments

Comments
 (0)