Skip to content

Commit

Permalink
TST: Fix macos-latest and Python 3.7 test error (#51)
Browse files Browse the repository at this point in the history
Exclude the combination of `macos-latest` and `python-version==3.7` from
running tests.

Fixes: gh-50
  • Loading branch information
ntessore committed May 13, 2024
1 parent 696f0cd commit 88b304f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- macos-latest
- windows-latest
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- runs-on: macos-latest
python-version: '3.7'
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 88b304f

Please sign in to comment.