Skip to content

Commit 736c4fd

Browse files
committed
FIX: Try branch
1 parent d94f127 commit 736c4fd

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ jobs:
147147
- run: bash ./tools/github_actions_verify_python.sh "${{ matrix.python }}"
148148
- run: bash ./tools/github_actions_dependencies.sh
149149
timeout-minutes: 10
150+
# TODO: REMOVE THIS!
151+
- run: pip install "mne-qt-browser @ https://github.com/larsoner/mne-qt-browser/archive/refs/heads/6.11.1.zip"
152+
if: matrix.kind != 'old' && matrix.kind != 'minimal'
150153
- run: python ./tools/github_actions_check_old_env.py
151154
if: matrix.kind == 'old'
152155
# Minimal commands on Linux (macOS stalls)

azure-pipelines.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,11 @@ stages:
111111
architecture: 'x64'
112112
addToPath: true
113113
displayName: 'Get Python'
114+
# TODO: REVERT THE MNE-QT-BROWSER CHANGE
114115
- bash: |
115116
set -eo pipefail
116117
python -m pip install --progress-bar off --upgrade pip
117-
python -m pip install --progress-bar off "mne-qt-browser[opengl] @ git+https://github.com/mne-tools/mne-qt-browser.git" pyvista scikit-learn python-picard qtpy nibabel sphinx-gallery "PySide6!=6.8.0,!=6.8.0.1,!=6.8.1.1,!=6.9.1" pandas neo pymatreader antio defusedxml curryreader pymef
118+
python -m pip install --progress-bar off "mne-qt-browser @ https://github.com/larsoner/mne-qt-browser/archive/refs/heads/6.11.1.zip" pyvista scikit-learn python-picard qtpy nibabel sphinx-gallery "PySide6!=6.8.0,!=6.8.0.1,!=6.8.1.1,!=6.9.1" pandas neo pymatreader antio defusedxml curryreader pymef
118119
python -m pip uninstall -yq mne
119120
python -m pip install --progress-bar off --upgrade -e . --group=test
120121
displayName: 'Install dependencies with pip'
@@ -159,12 +160,13 @@ stages:
159160
architecture: 'x64'
160161
addToPath: true
161162
displayName: 'Get Python'
163+
# TODO: USE NON-FORK FOR QT BROWSER
162164
- bash: |
163165
set -eo pipefail
164166
python -m pip install --progress-bar off --upgrade pip
165167
python -m pip install --progress-bar off --upgrade --pre --only-binary=\"numpy,scipy,matplotlib,vtk\" numpy scipy matplotlib vtk
166168
python -c "import vtk"
167-
python -m pip install --progress-bar off --upgrade -ve .[full] --group=test_extra
169+
python -m pip install --progress-bar off --upgrade -ve .[full] --group=test_extra "mne-qt-browser @ https://github.com/larsoner/mne-qt-browser/archive/refs/heads/6.11.1.zip"
168170
displayName: 'Install dependencies with pip'
169171
- bash: |
170172
set -e

0 commit comments

Comments
 (0)