Skip to content

Commit

Permalink
FIX: 2
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 18, 2024
1 parent 47bc677 commit 82572cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-mayavi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
vtk: 'vtk==9.3'
numpy: 'numpy==1.26.4'
# Older Python and VTKs
- python-version: '3.9'
- python-version: '3.10'
qt-api: 'pyqt5'
os: ubuntu-latest
vtk: 'vtk==9.2.0'
vtk: 'vtk==9.2.2'
# In practice this one segfaults :(
# - python-version: '3.9'
# qt-api: 'pyqt5'
Expand All @@ -71,7 +71,7 @@ jobs:
- python-version: '3.9'
qt-api: 'pyqt5'
os: ubuntu-latest
vtk: 'vtk==9.0.2'
vtk: 'vtk==9.0.2' # oldest available on 3.9 which is the oldest Python we support
fail-fast: false
defaults:
run:
Expand Down

0 comments on commit 82572cb

Please sign in to comment.