Skip to content

Commit aada73a

Browse files
committed
FIX: quote
1 parent ba3d73e commit aada73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/github_actions_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ ! -z "$CONDA_ENV" ]; then
2323
elif [[ "${MNE_CI_KIND}" == "pip" ]]; then
2424
# Only used for 3.13 at the moment, just get test deps plus a few extras
2525
# that we know are available
26-
INSTALL_ARGS="nibabel scikit-learn numpydoc \"PySide6!=6.9.1\" mne-qt-browser pandas h5io mffpy defusedxml numba"
26+
INSTALL_ARGS="nibabel scikit-learn numpydoc 'PySide6!=6.9.1' mne-qt-browser pandas h5io mffpy defusedxml numba"
2727
INSTALL_KIND="test"
2828
else
2929
test "${MNE_CI_KIND}" == "pip-pre"

0 commit comments

Comments
 (0)