Skip to content

Commit 395f708

Browse files
committed
FIX: More [skip azp] [skip circle]
1 parent 55fc5a4 commit 395f708

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tools/github_actions_dependencies.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ 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 or PySide6/PyQt6 as of 2025/07/15
25-
INSTALL_ARGS="nibabel scikit-learn numpydoc pandas mffpy defusedxml edfio mffpy"
26-
# ... or h5py (or h5io), cryptography (thus twine)
25+
INSTALL_ARGS="nibabel scikit-learn numpydoc pandas defusedxml edfio"
26+
# ... mffpy requires lxml, which tries to build from source and uses Cython (ugh)
27+
# ... and also unavialble are h5py (or h5io), cryptography (thus twine)
2728
INSTALL_KIND="test"
2829
else
2930
test "${MNE_CI_KIND}" == "pip-pre"

0 commit comments

Comments
 (0)