Skip to content

Commit

Permalink
Update minimum.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Aug 1, 2024
1 parent c1c6755 commit c17b462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
default: ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
if: matrix.os != 'macos-latest'
if: ${{ matrix.os != 'macos-latest' || matrix.python-version != '3.8' }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit c17b462

Please sign in to comment.