Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
1 additions and
2 deletions
-
.github/workflows/main.yml
|
|
|
@ -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 |
|
|
|
|