File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ if [ "$1" != "--skip-create" ]; then
2929 case " $( uname -s) " in
3030 Darwin)
3131 echo ' ...using the osx-64 channel for MacOS dependencies'
32- CONDA_SUBDIR=osx-64 PYTHONNOUSERSITE=True conda env create -q -f environment.yaml
32+ CONDA_SUBDIR=osx-64 PYTHONNOUSERSITE=True conda env create --yes - q -f environment.yaml
3333 ;;
3434 * )
35- PYTHONNOUSERSITE=True conda env create -q -f environment.yaml
35+ PYTHONNOUSERSITE=True conda env create --yes - q -f environment.yaml
3636 ;;
3737 esac
3838
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ eval "$(conda shell.bash hook)"
1515case " $( uname -s) " in
1616Darwin)
1717 echo ' Using the osx-64 channel for MacOS dependencies...'
18- CONDA_SUBDIR=osx-64 PYTHONNOUSERSITE=True conda env create -q -f environment-unpinned.yaml
18+ CONDA_SUBDIR=osx-64 PYTHONNOUSERSITE=True conda env create --yes - q -f environment-unpinned.yaml
1919 ;;
2020* )
21- PYTHONNOUSERSITE=True conda env create -q -f environment-unpinned.yaml
21+ PYTHONNOUSERSITE=True conda env create --yes - q -f environment-unpinned.yaml
2222 ;;
2323esac
2424
You can’t perform that action at this time.
0 commit comments