Skip to content

Commit

Permalink
CI: Test older
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 18, 2024
1 parent 90e81bc commit 831e09d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run-mayavi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ jobs:
os: windows-latest
vtk: 'vtk==9.3'
numpy: 'numpy==1.26.4'
# Older Python and VTKs
- python-version: '3.10'
qt-api: 'pyqt5'
os: ubuntu-latest
vtk: 'vtk==9.2'
- python-version: '3.9'
qt-api: 'pyqt5'
os: ubuntu-latest
vtk: 'vtk==9.1'
fail-fast: false
defaults:
run:
Expand Down

0 comments on commit 831e09d

Please sign in to comment.