Skip to content

Commit 8a3ee08

Browse files
committed
MAINT: Add Numba to 3.13 test
1 parent 3c6a054 commit 8a3ee08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/github_actions_dependencies.sh

+1-1
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 mne-qt-browser pandas h5io mffpy defusedxml"
26+
INSTALL_ARGS="nibabel scikit-learn numpydoc PySide6 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)