Skip to content

Commit

Permalink
FIX: PyQt6
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 7, 2023
1 parent b6bb418 commit 543e4d8
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 @@ -100,7 +100,7 @@ jobs:
- run:
name: Check Qt
command: LD_DEBUG=libs python -c "from PySide6.QtWidgets import QApplication, QWidget; app = QApplication([])"
command: LD_DEBUG=libs python -c "from PyQt6.QtWidgets import QApplication, QWidget; app = QApplication([])"

# Look at what we have and fail early if there is some library conflict
# (remove irrelevant lines compared to MNE-Python)
Expand Down

0 comments on commit 543e4d8

Please sign in to comment.