Skip to content

Commit

Permalink
PyQt6!=6.7.0 to fix PyVistaQt and MNE-Python integration tests (#5978
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tkoyama010 committed Apr 26, 2024
1 parent ddb6bbc commit 69a078a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: git clone --depth=1 https://github.com/mne-tools/mne-python.git --branch main --single-branch
- run: ./mne-python/tools/setup_xvfb.sh
- name: Install MNE dependencies
run: pip install numpy scipy matplotlib nibabel PyQt6!=6.6.1,!=6.6.2,!=6.6.3 PyQt6-Qt6!=6.6.1,!=6.6.2,!=6.6.3 qtpy ipympl pytest pytest-cov pytest-harvest pytest-timeout sphinx-gallery nbformat nbclient imageio imageio-ffmpeg
run: pip install numpy scipy matplotlib nibabel PyQt6!=6.6.1,!=6.6.2,!=6.6.3,!=6.7.0 PyQt6-Qt6!=6.6.1,!=6.6.2,!=6.6.3,!=6.7.0 qtpy ipympl pytest pytest-cov pytest-harvest pytest-timeout sphinx-gallery nbformat nbclient imageio imageio-ffmpeg
- name: Install PyVista
run: pip install -ve . # pyvista
- name: Install PyVistaQt main
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
qt: true
pyvista: false
- run: pip install -ve ./pyvistaqt -r ./pyvistaqt/requirements_test.txt PyQt6!=6.6.1,!=6.6.2,!=6.6.3 PyQt6-Qt6!=6.6.1,!=6.6.2,!=6.6.3
- run: pip install -ve ./pyvistaqt -r ./pyvistaqt/requirements_test.txt PyQt6!=6.6.1,!=6.6.2,!=6.6.3,!=6.7.0 PyQt6-Qt6!=6.6.1,!=6.6.2,!=6.6.3,!=6.7.0
- run: pip install -ve .
- run: pytest ./tests
working-directory: pyvistaqt
Expand Down

0 comments on commit 69a078a

Please sign in to comment.