Skip to content

Commit

Permalink
exclude old python on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored Aug 16, 2024
1 parent a84954a commit 2de1c3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -20,6 +20,12 @@ jobs:
matrix:
os: [ubuntu, macos, windows]
python-version: [3.8, 3.9, "3.10", "3.11"]
# some tests fail (numerical issues) in older python on mac, so we ...
exclude:
- os: macos
python-version: 3.8
- os: macos
python-version: 3.9
name: ${{ matrix.os }} - py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}-latest
defaults:

0 comments on commit 2de1c3f

Please sign in to comment.