Skip to content

Commit

Permalink
exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Jul 12, 2024
1 parent 9f88f91 commit 72010a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
numpy-version: ["1.3.5", "2.0.0"]

exclude:
- python-version: "3.8"
numpy-version: "2.0.0"


steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 72010a0

Please sign in to comment.