Skip to content

Commit

Permalink
FIX: Base
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 16, 2024
1 parent a5e74e9 commit 2ad7db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/github_actions_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 2ad7db1

Please sign in to comment.