is it vars

This commit is contained in:
Ross McFarland
2023-10-05 13:27:29 -07:00
parent 7a23889809
commit 90764b12a2
+1 -2
View File
@@ -7,8 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Tested versions based on dates in https://devguide.python.org/versions/#versions
python-version: ${{fromJson(env.PYTHON_VERSIONS_ACTIVE)}}
python-version: ${{fromJson(vars.PYTHON_VERSIONS_ACTIVE)}}
steps:
- uses: actions/checkout@v2
- name: Setup python