File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,6 @@ jobs:
101101 with :
102102 python-version : ${{ matrix.python }}
103103 if : startswith(matrix.kind, 'pip')
104- - run : pip install --pre --only-binary ":all:" --extra-index-url "https://wheels.vtk.org" vtk PySide6 https://github.com/larsoner/pyvista/archive/refs/heads/trim .zip
105- if : startswith(matrix.kind, 'pip')
104+ - run : pip install --pre --only-binary ":all:" --extra-index-url "https://wheels.vtk.org" vtk PySide6 https://github.com/larsoner/pyvista/archive/refs/heads/main .zip
105+ - run : ldd /opt/hostedtoolcache/Python/3.13.7/x64/lib/python3.13/site-packages/vtkmodules/vtkRenderingContext2D.cpython-313-x86_64-linux-gnu.so
106106 - run : LD_DEBUG=libs python -c "from PySide6.QtWidgets import QApplication; QApplication(); import pyvista; from vtkmodules.qt.QVTKRenderWindowInteractor import QVTKRenderWindowInteractor; print(QVTKRenderWindowInteractor())"
You can’t perform that action at this time.
0 commit comments