File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ if [ "${TEST_MODE}" == "pip" ]; then
99elif [ " ${TEST_MODE} " == " pip-pre" ]; then
1010 ${SCRIPT_DIR} /install_pre_requirements.sh
1111 python -m pip install $STD_ARGS --pre -e .[test_extra]
12- echo " ##vso[task.setvariable variable=MNE_TEST_ALLOW_SKIP].*(Requires (spm|brainstorm) dataset|Requires MNE-C|CUDA not|Numba not| on Windows|MNE_FORCE_SERIAL|PySide6 causes segfaults|neo).*"
13- # https://github.com/python-quantities/python-quantities/issues/262
14- python -m pip uninstall -yq neo
12+ echo " ##vso[task.setvariable variable=MNE_TEST_ALLOW_SKIP].*(Requires (spm|brainstorm) dataset|Requires MNE-C|CUDA not|Numba not| on Windows|MNE_FORCE_SERIAL|PySide6 causes segfaults).*"
1513else
1614 echo " Unknown run type ${TEST_MODE} "
1715 exit 1
Original file line number Diff line number Diff line change @@ -37,7 +37,3 @@ echo ""
3737echo " ::group::Installing test dependencies using pip"
3838python -m pip install $STD_ARGS $INSTALL_ARGS .[$INSTALL_KIND ]
3939echo " ::endgroup::"
40- if [[ " ${MNE_CI_KIND} " == " pip-pre" ]]; then
41- # https://github.com/python-quantities/python-quantities/issues/262
42- python -m pip uninstall -yq neo
43- fi
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [[ "$MNE_CI_KIND" == "pip"* ]]; then
99 # We should test an eager import somewhere, might as well be here
1010 echo " EAGER_IMPORT=true" | tee -a $GITHUB_ENV
1111 # Make sure nothing unexpected is skipped
12- echo " MNE_TEST_ALLOW_SKIP=.*(Requires (spm|brainstorm) dataset|CUDA not|Numba not|PySide6 causes segfaults|neo ).*" | tee -a $GITHUB_ENV
12+ echo " MNE_TEST_ALLOW_SKIP=.*(Requires (spm|brainstorm) dataset|CUDA not|Numba not|PySide6 causes segfaults).*" | tee -a $GITHUB_ENV
1313 else
1414 echo " MNE_QT_BACKEND=PySide6" | tee -a $GITHUB_ENV
1515 fi
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ python -m pip install $STD_ARGS \
5454 " git+https://github.com/pyvista/pyvistaqt" \
5555 " git+https://github.com/nilearn/nilearn" \
5656 " git+https://github.com/pierreablin/picard" \
57+ " git+https://github.com/the-siesta-group/edfio" \
5758 https://gitlab.com/obob/pymatreader/-/archive/master/pymatreader-master.zip \
5859 git+https://github.com/mne-tools/mne-qt-browser \
5960 git+https://github.com/pyqtgraph/pyqtgraph \
@@ -63,6 +64,7 @@ python -m pip install $STD_ARGS \
6364 git+https://github.com/h5io/h5io \
6465 git+https://github.com/BUNPC/pysnirf2 \
6566 git+https://github.com/the-siesta-group/edfio \
67+ git+https://github.com/python-quantities/python-quantities \
6668 trame trame-vtk trame-vuetify jupyter ipyevents ipympl openmeeg \
6769 imageio-ffmpeg xlrd mffpy traitlets pybv eeglabio defusedxml \
6870 antio
You can’t perform that action at this time.
0 commit comments