Skip to content

Commit

Permalink
#24 restrict max sundials version
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed May 16, 2024
1 parent 16277fa commit 5168572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
vtk-version: ["8.2", "9.2"]
vtk-version: ["7.1", "8.2", "9.2"]

steps:
- name: checkout chaste
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
pip
setuptools
six
sundials
sundials<7.0
tbb-devel
vtk=${{ matrix.vtk-version }}
wheel
Expand Down

0 comments on commit 5168572

Please sign in to comment.