Skip to content

Commit

Permalink
exclude edges without py and np
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 20, 2023
1 parent 006852f commit bc0b137
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
# Oldest one based on NEP-29 and latest one.
# See https://numpy.org/neps/nep-0029-deprecation_policy.html
numpy-version: ["1.21", "1.25"]
exclude:
- python-version: "3.11"
numpy-version: "1.21"
- python-version: "3.8"
numpy-version: "1.25"
fail-fast: false

steps:
Expand Down

0 comments on commit bc0b137

Please sign in to comment.