Skip to content

Commit

Permalink
still fails on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Dec 6, 2023
1 parent 1ab565c commit dfdc492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
include:
- os: macos-latest
python-version: "3.10"
mne-version: mne-stable
mne-version: mne-main # pin to main for import functions until 1.7 release
qt: PyQt6
# Old (and PyQt5)
- os: ubuntu-latest
python-version: "3.9"
mne-version: mne-stable
mne-version: mne-main # pin to main for import functions until 1.7 release
qt: PyQt5
# PySide2
- os: ubuntu-latest
Expand Down

0 comments on commit dfdc492

Please sign in to comment.