77
77
run : | # use MNE main to ensure test files are available
78
78
set -e
79
79
python -m pip install --upgrade pip
80
- git clone -b ${MNE_BRANCH} --single-branch --depth=1 https://github.com/mne-tools/mne-python.git ../mne-python
80
+ git clone -b ${MNE_BRANCH} --single-branch --depth=1 --branch main https://github.com/mne-tools/mne-python.git ../mne-python
81
81
python -m pip install -qe ../mne-python
82
82
python -m pip install -ve .${PIP_OPTION} -r requirements.txt -r requirements_testing.txt PyQt5
83
83
- name : Downgrade pytest for mne==0.24
@@ -115,7 +115,7 @@ jobs:
115
115
if: runner.os == 'Linux' && contains(matrix.opengl, 'opengl')
116
116
- name : Show system information
117
117
run : mne sys_info
118
- - run : pytest -m pgtest --cov=mne_qt_browser --cov-report=xml ../mne-python/mne/viz
118
+ - run : pytest -m pgtest --cov=mne_qt_browser --cov-report=xml ../mne-python/mne/viz ../mne-python/mne/report
119
119
name : Run MNE-Tests
120
120
- run : pytest --error-for-skips mne_qt_browser/tests/test_pg_specific.py
121
121
name : Run pyqtgraph-specific tests
@@ -171,7 +171,7 @@ jobs:
171
171
run : | # use MNE main to ensure test files are available
172
172
set -e
173
173
python -m pip install --upgrade pip
174
- git clone -b ${MNE_BRANCH} --single-branch --depth=1 https://github.com/mne-tools/mne-python.git ../mne-python
174
+ git clone -b ${MNE_BRANCH} --single-branch --depth=1 --branch main https://github.com/mne-tools/mne-python.git ../mne-python
175
175
python -m pip install -qe ../mne-python
176
176
python -m pip install -ve .${PIP_OPTION} -r requirements.txt -r requirements_testing.txt $QT_LIB
177
177
- shell : bash -el {0}
@@ -197,7 +197,7 @@ jobs:
197
197
mne sys_info -pd
198
198
echo ${QT_LIB}:
199
199
mne sys_info -pd | grep "^qtpy: .*{${QT_LIB}=.*}$"
200
- - run : pytest -m pgtest --cov=mne_qt_browser --cov-report=xml ../mne-python/mne/viz
200
+ - run : pytest -m pgtest --cov=mne_qt_browser --cov-report=xml ../mne-python/mne/viz ../mne-python/mne/report
201
201
name : Run MNE-Tests
202
202
- run : pytest --error-for-skips mne_qt_browser/tests/test_pg_specific.py
203
203
name : Run pyqtgraph-specific tests
0 commit comments