Skip to content

Commit

Permalink
Modify matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaylo committed Apr 20, 2024
1 parent 9874800 commit ba195b6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/CITests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
vtk-version: ["9.0.*","9.1.*", "9.2.*"]
numpy-version: ["1.*"]

include:
- vtk-version: "9.0.*"
numpy-version: "1.1.*"

- vtk-version: "9.1.*"
numpy-version: "1.*"

- vtk-version: "9.2.*"
numpy-version: "1.*"

exclude:
- python-version: "3.10"
Expand Down

0 comments on commit ba195b6

Please sign in to comment.