diff --git a/tools/github_actions_dependencies.sh b/tools/github_actions_dependencies.sh index c56dd3d9ad0..4c4fb9eb3c2 100755 --- a/tools/github_actions_dependencies.sh +++ b/tools/github_actions_dependencies.sh @@ -7,7 +7,7 @@ INSTALL_ARGS="-e" INSTALL_KIND="test_extra,hdf5" if [ ! -z "$CONDA_ENV" ]; then echo "Uninstalling MNE for CONDA_ENV=${CONDA_ENV}" - conda remove -c conda-forge --force -yq mne + conda remove -c conda-forge --force -yq mne-base python -m pip uninstall -y mne if [[ "${RUNNER_OS}" != "Windows" ]]; then INSTALL_ARGS=""