Skip to content

Commit 5a7d1c4

Browse files
committed
FIX: Name [skip azp] [skip circle]
1 parent ad84ccf commit 5a7d1c4

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
@@ -22,7 +22,7 @@ if [ ! -z "$CONDA_ENV" ]; then
2222
fi
2323
elif [[ "${MNE_CI_KIND}" == "pip" ]]; then
2424
# This one is free-threaded so can't have numba as of 2025/07/15
25-
INSTALL_DEPS="nibabel scikit-learn numpydoc PySide6!=6.9.1 mne-qt-browser pandas mffpy defusedxml numba pyvistaqt edfio mffpy"
25+
INSTALL_ARGS="nibabel scikit-learn numpydoc PySide6!=6.9.1 mne-qt-browser pandas mffpy defusedxml numba pyvistaqt edfio mffpy"
2626
# ... or h5py (or h5io), cryptography (thus twine)
2727
INSTALL_KIND="test"
2828
else

0 commit comments

Comments
 (0)