Skip to content

Commit

Permalink
FIX: Fixes for release (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Dec 7, 2023
1 parent 7b4593f commit 1144a2e
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 2,461 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -223,4 +223,4 @@ workflows:
branches:
only:
- main
- maint/0.5
- maint/0.6
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ junit-results.xml
# Sphinx documentation
doc/_build/
doc/generated/
sg_execution_times.rst
sg_api_usage.rst
sg_api_unused.dot

# PyBuilder
target/
Expand Down
Loading

0 comments on commit 1144a2e

Please sign in to comment.