Skip to content

Commit

Permalink
ci python versions from org level variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Oct 5, 2023
1 parent 5f9fd47 commit 954b82c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
strategy:
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(vars.PYTHON_VERSIONS_ACTIVE)}}
steps:
- uses: actions/checkout@v4
- name: Setup python
Expand All @@ -26,7 +25,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: ${{ vars.PYTHON_VERSION_CURRENT }}
architecture: x64
- name: CI setup.py
run: |
Expand Down

0 comments on commit 954b82c

Please sign in to comment.