Skip to content

Commit

Permalink
mamba --force argument removed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoFDR authored and vringar committed May 29, 2024
1 parent f74e79f commit 566d03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ if [ "$1" != "--skip-create" ]; then
case "$(uname -s)" in
Darwin)
echo '...using the osx-64 channel for MacOS dependencies'
CONDA_SUBDIR=osx-64 PYTHONNOUSERSITE=True mamba env create --force -q -f environment.yaml
CONDA_SUBDIR=osx-64 PYTHONNOUSERSITE=True mamba env create -q -f environment.yaml
;;
*)
PYTHONNOUSERSITE=True mamba env create --force -q -f environment.yaml
PYTHONNOUSERSITE=True mamba env create -q -f environment.yaml
;;
esac

Expand Down

0 comments on commit 566d03b

Please sign in to comment.