Skip to content

Commit

Permalink
FIX: More
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 8, 2024
1 parent 03b6635 commit 5777cfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/headless-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.10']
python-version: ['3.11']
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -31,11 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install numpy
python -m pip install vtk
python -m pip install pillow
python -m pip install pytest
python -m pip install traitsui
python -m pip install numpy vtk pillow pytest traitsui
- name: Install mayavi and tvtk
run: python -m pip install -v .
- name: Test tvtk package
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/run-mayavi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
python-version: ['3.8']
qt-api: ['pyqt5']
include:
# Should run 3.11 once the traits bug goes away
- python-version: '3.10'
- python-version: '3.12'
qt-api: 'pyqt6'
os: ubuntu-latest
- python-version: '3.10'
Expand Down Expand Up @@ -55,7 +54,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade ${{ matrix.qt-api }} numpy "vtk<9.3" pillow pytest traits pyface traitsui
python -m pip install --upgrade ${{ matrix.qt-api }} numpy vtk pillow pytest traits traitsui
- name: Install mayavi and tvtk
run: python -um pip install -ve .[app]
- name: Test Mayavi package
Expand Down

0 comments on commit 5777cfb

Please sign in to comment.