Skip to content

Commit

Permalink
matrix.python-version --> matrix.python
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 16, 2024
1 parent 4e78708 commit 2534ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Regression_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- name: (MacOS, <3.11) Fix Python's tkinter Issue-649 (https://github.com/actions/setup-python/issues/649)
shell: bash
if: ${{ startswith(matrix.os, 'macos-') && contains('3.7;3.8;3.9;3.10', matrix.python-version) }}
if: ${{ startswith(matrix.os, 'macos-') && contains('3.7;3.8;3.9;3.10', matrix.python) }}
run: |
brew install tcl-tk pyenv openssl readline sqlite3 xz zlib
env \
Expand All @@ -43,7 +43,7 @@ jobs:
pyenv install ${{matrix.python-version}}
pyenv global ${{matrix.python-version}}
- name: setup-python
if: ${{ !startswith(matrix.os, 'macos-') || contains('3.11', matrix.python-version) }}
if: ${{ !startswith(matrix.os, 'macos-') || contains('3.11', matrix.python) }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit 2534ab4

Please sign in to comment.