Skip to content

Commit

Permalink
FIX: Try again [skip azp] [skip cirrus] [skip circle]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jul 20, 2023
1 parent 5ee150c commit 4a4e8b2
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 @@ -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
Expand Down

0 comments on commit 4a4e8b2

Please sign in to comment.