Skip to content

Commit 1564d78

Browse files
committed
workflow fix
1 parent 4b09df9 commit 1564d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
continue-on-error: true
1313
strategy:
1414
matrix:
15-
python-version: ${{ fromJSON(vars.PYTHON_VERSIONS) }}
15+
python-version: ${{ fromJSON(env.PYTHON_VERSIONS) }}
1616

1717
steps:
1818
- uses: actions/checkout@v2
@@ -34,7 +34,7 @@ jobs:
3434
continue-on-error: true
3535
strategy:
3636
matrix:
37-
python-version: ${{ fromJSON(vars.PYTHON_VERSIONS) }}
37+
python-version: ${{ fromJSON(env.PYTHON_VERSIONS) }}
3838

3939
steps:
4040
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)