From 4a4e8b26f7f1c47390b1e39bef65e83fb92350d1 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 20 Jul 2023 16:07:58 -0400 Subject: [PATCH] FIX: Try again [skip azp] [skip cirrus] [skip circle] --- tools/github_actions_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/github_actions_dependencies.sh b/tools/github_actions_dependencies.sh index 48731fe32ce..333f53d0050 100755 --- a/tools/github_actions_dependencies.sh +++ b/tools/github_actions_dependencies.sh @@ -5,7 +5,7 @@ EXTRA_ARGS="" if [ ! -z "$CONDA_ENV" ]; then echo "Uninstalling MNE for CONDA_ENV=${CONDA_ENV}" conda remove -c conda-forge --force -yq mne - sudo pip uninstall mne + pip uninstall -y mne elif [ ! -z "$CONDA_DEPENDENCIES" ]; then echo "Using Mamba to install CONDA_DEPENDENCIES=${CONDA_DEPENDENCIES}" mamba install -y $CONDA_DEPENDENCIES