Skip to content

Commit 5168572

Browse files
committed
#24 restrict max sundials version
1 parent 16277fa commit 5168572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-vtk.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
vtk-version: ["8.2", "9.2"]
16+
vtk-version: ["7.1", "8.2", "9.2"]
1717

1818
steps:
1919
- name: checkout chaste
@@ -61,7 +61,7 @@ jobs:
6161
pip
6262
setuptools
6363
six
64-
sundials
64+
sundials<7.0
6565
tbb-devel
6666
vtk=${{ matrix.vtk-version }}
6767
wheel

0 commit comments

Comments
 (0)