Skip to content

Commit

Permalink
FIX: PyQt6 (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Nov 30, 2023
1 parent 6dd86f9 commit bae0b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install --upgrade --progress-bar off pip setuptools
pip install --upgrade --progress-bar off "autoreject @ https://api.github.com/repos/autoreject/autoreject/zipball/master" "mne[hdf5] @ git+https://github.com/mne-tools/mne-python@main" "mne-bids[full] @ https://api.github.com/repos/mne-tools/mne-bids/zipball/main" numba
pip install -ve .[tests]
pip install PyQt6
pip install PyQt6 "PyQt6-Qt6!=6.6.1"
- run:
name: Check Qt
command: |
Expand Down

0 comments on commit bae0b2e

Please sign in to comment.