Skip to content

Commit

Permalink
reduce test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Aug 20, 2024
1 parent 8e52381 commit 76cf33e
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,8 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
npver: ["1.20", "1.21", "1.23", "1.26", "2.0"]
exclude:
- pyver: "3.11"
npver: "1.20"
- pyver: "3.11"
npver: "1.21"
- pyver: "3.10"
npver: "1.20"
- pyver: "3.12"
npver: "1.20"
- pyver: "3.12"
npver: "1.21"
- pyver: "3.12"
npver: "1.23"
- pyver: "3.8"
npver: "2.0"
- pyver: "3.8"
npver: "1.26"
pyver: ["3.12", "3.11"]
npver: ["1.26", "2.0"]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 76cf33e

Please sign in to comment.