We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3d73e commit aada73aCopy full SHA for aada73a
1 file changed
tools/github_actions_dependencies.sh
@@ -23,7 +23,7 @@ if [ ! -z "$CONDA_ENV" ]; then
23
elif [[ "${MNE_CI_KIND}" == "pip" ]]; then
24
# Only used for 3.13 at the moment, just get test deps plus a few extras
25
# that we know are available
26
- INSTALL_ARGS="nibabel scikit-learn numpydoc \"PySide6!=6.9.1\" mne-qt-browser pandas h5io mffpy defusedxml numba"
+ INSTALL_ARGS="nibabel scikit-learn numpydoc 'PySide6!=6.9.1' mne-qt-browser pandas h5io mffpy defusedxml numba"
27
INSTALL_KIND="test"
28
else
29
test "${MNE_CI_KIND}" == "pip-pre"
0 commit comments