Skip to content

Commit

Permalink
adding qtpy to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDoyle2 committed Feb 14, 2024
1 parent 9620b44 commit c3135fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
if: ${{ (matrix.mode == 'latest_pyside2_gui' || matrix.mode == 'latest_pyside6_gui' ||
matrix.mode == 'latest_pyqt5_gui' || matrix.mode == 'latest_pyqt6_gui') }}
run: |
pip install vtk
pip install vtk qtpy
- if: ${{ matrix.mode == 'latest_pyside2_gui' && matrix.python-version != '3.13' }}
name: Install PySide2
Expand Down

0 comments on commit c3135fd

Please sign in to comment.