Skip to content

Commit

Permalink
move qtpy
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jun 18, 2024
1 parent 3d1211f commit 954df6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: matrix.qt != ''
run: |
set -eo pipefail
pip install ${{ matrix.qt }} matplotlib
pip install ${{ matrix.qt }} matplotlib qtpy
QT_DEBUG_PLUGINS=1 LIBGL_DEBUG=verbose python tests/test_qt.py
shell: bash
- uses: actions/upload-artifact@v4
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Test Vispy Qt
if: matrix.qt != ''
run: |
pip install vispy qtpy pillow
pip install vispy pillow
QT_DEBUG_PLUGINS=1 python tests/test_vispy_qt.py
env:
MATRIX_OS: ${{ matrix.os }}
Expand Down

0 comments on commit 954df6d

Please sign in to comment.