Skip to content

Commit d26b71c

Browse files
committed
use conda-forge
1 parent 0a764b9 commit d26b71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/azure/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ UNAMESTR=`uname`
77

88
make_conda() {
99
TO_INSTALL="$@"
10-
conda create -n $VIRTUALENV --yes $TO_INSTALL
10+
conda create -n $VIRTUALENV --yes $TO_INSTALL -c conda-forge
1111
source activate $VIRTUALENV
1212
}
1313

0 commit comments

Comments
 (0)