Skip to content

Commit

Permalink
FIX: Ver
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 18, 2024
1 parent 05249f6 commit d0ff3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ stages:
displayName: 'PyQt6'
- bash: |
set -e
python -m pip install "PySide6!=6.7.0,!=6.7.1"
python -m pip install "PySide6!=6.7.0,!=6.7.1,!=6.7.2"
mne sys_info -pd
mne sys_info -pd | grep "qtpy .* (PySide6=.*)$"
PYTEST_QT_API=PySide6 pytest -m "not slowtest" ${TEST_OPTIONS}
Expand Down

0 comments on commit d0ff3b5

Please sign in to comment.