Browse Source

CI pulls python versions from org secret

pull/1081/head
Ross McFarland 2 years ago
parent
commit
0d2953fd06
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml View File

@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
# Tested versions based on dates in https://devguide.python.org/versions/#versions
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: [${{fromJson(secrets.PYTHON_VERSIONS_ACTIVE)}}]
steps:
- uses: actions/checkout@v2
- name: Setup python


Loading…
Cancel
Save