Skip to content

Commit

Permalink
#23 update vtk workflow spec syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed May 14, 2024
1 parent 99cc4b4 commit 2ba2a52
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 @@ -53,7 +53,7 @@ jobs:
-c conda-forge
-c pychaste
boost-cpp
hdf5="*=*mpi_mpich*"
'hdf5=[build=*mpi_mpich*]'
metis
mpich
notebook
Expand All @@ -65,7 +65,7 @@ jobs:
six
sundials
tbb-devel
vtk=${{ matrix.vtk-version }}
vtk="${{ matrix.vtk-version }}"
wheel
xerces-c
xsd
Expand Down

0 comments on commit 2ba2a52

Please sign in to comment.