File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ if [ "$1" != "--skip-create" ]; then
29
29
case " $( uname -s) " in
30
30
Darwin)
31
31
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
33
33
;;
34
34
* )
35
- PYTHONNOUSERSITE=True conda env create -q -f environment.yaml
35
+ PYTHONNOUSERSITE=True conda env create --yes - q -f environment.yaml
36
36
;;
37
37
esac
38
38
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ eval "$(conda shell.bash hook)"
15
15
case " $( uname -s) " in
16
16
Darwin)
17
17
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
19
19
;;
20
20
* )
21
- PYTHONNOUSERSITE=True conda env create -q -f environment-unpinned.yaml
21
+ PYTHONNOUSERSITE=True conda env create --yes - q -f environment-unpinned.yaml
22
22
;;
23
23
esac
24
24
You can’t perform that action at this time.
0 commit comments