Skip to content

Commit 52234fe

Browse files
authored
MAINT: Restore edfio git install (mne-tools#13421)
1 parent c4de9b6 commit 52234fe

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

tools/azure_dependencies.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ if [ "${TEST_MODE}" == "pip" ]; then
99
elif [ "${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).*"
1513
else
1614
echo "Unknown run type ${TEST_MODE}"
1715
exit 1

tools/github_actions_dependencies.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ echo ""
3737
echo "::group::Installing test dependencies using pip"
3838
python -m pip install $STD_ARGS $INSTALL_ARGS .[$INSTALL_KIND]
3939
echo "::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

tools/github_actions_env_vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tools/install_pre_requirements.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)