Skip to content

Commit

Permalink
FIX: One moer
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 13, 2024
1 parent 7c924cf commit ea2915c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-mayavi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
os: ubuntu-latest
vtk: 'vtk>=9.3'
numpy: 'numpy==1.26.4'
- python-version: '3.12'
qt-api: 'pyside6'
os: windows-latest
vtk: 'vtk>=9.3'
numpy: 'numpy==2.0.2'
- python-version: '3.12'
qt-api: 'pyside6'
os: windows-latest
Expand Down Expand Up @@ -84,7 +89,7 @@ jobs:
run: |
set -exo pipefail
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade "${{ matrix.qt-api }}" "${{ matrix.numpy || 'numpy' }}" "${{ matrix.vtk }}" pillow pytest pytest-timeout traits traitsui
python -m pip install --upgrade "${{ matrix.qt-api }}" "${{ matrix.numpy || 'numpy' }}" "${{ matrix.vtk }}" pillow pytest pytest-timeout traits traitsui --only-binary="numpy,vtk"
- name: Install mayavi and tvtk
run: python -um pip install --no-build-isolation -ve .[app]
- name: Test Mayavi package
Expand Down

0 comments on commit ea2915c

Please sign in to comment.