Skip to content

Commit

Permalink
FIX: Qute
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 13, 2024
1 parent 3584c2c commit e5945b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-mayavi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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
- 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 e5945b5

Please sign in to comment.