Skip to content
Snippets Groups Projects
Commit 33942277 authored by Bastian Telgen's avatar Bastian Telgen
Browse files

workaround vtk

parent d4ff57c6
No related branches found
No related tags found
No related merge requests found
Pipeline #124812 failed
......@@ -42,7 +42,6 @@ RUN pip3 install \
black==22.1.0 \
pylint==2.12.2 \
sympy==1.7.1 \
# vtk==9.1.0 \
gcovr==5.0
RUN apt-get update && \
......@@ -50,3 +49,5 @@ RUN apt-get update && \
apt-get install -y \
libpetsc-${PETSC_SCALAR_TYPE}-dev \
libslepc-${PETSC_SCALAR_TYPE}3.15-dev
RUN pip3 install --find-links https://wheels.pyvista.org/ vtk==9.1.0.dev0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment