Skip to content

Commit 79d4b50

Browse files
committed
FIX: Try another [skip azp] [skip circle] [actions ssh]
1 parent fc38359 commit 79d4b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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())"

0 commit comments

Comments
 (0)