Skip to content

Commit

Permalink
MAINT: Fix CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 7, 2023
1 parent bc6c166 commit 5addfd8
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 "PyQt6-Qt6!=6.6.1"
pip install "PyQt6!=6.6.1" "PyQt6-Qt6!=6.6.1"
- run:
name: Check Qt
command: |
Expand Down

0 comments on commit 5addfd8

Please sign in to comment.