Skip to content

Commit

Permalink
FIX: Fine
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 18, 2024
1 parent dd6f64c commit f716072
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-mayavi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- python-version: '3.9'
qt-api: 'pyqt5'
os: ubuntu-latest
vtk: 'vtk~=9.1'
vtk: 'vtk==9.1.0'
- python-version: '3.9'
qt-api: 'pyqt5'
os: ubuntu-latest
Expand All @@ -87,8 +87,10 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install Linux packages for Qt5/Qt6 support and start Xvfb
uses: pyvista/setup-headless-display-action@main
uses: pyvista/setup-headless-display-action@v3
with:
qt: true
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit f716072

Please sign in to comment.