We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26b71c commit 0252d39Copy full SHA for 0252d39
build_tools/azure/install.cmd
@@ -11,7 +11,7 @@ IF "%PYTHON_ARCH%"=="64" (
11
call deactivate
12
@rem Clean up any left-over from a previous build
13
conda remove --all -q -y -n %VIRTUALENV%
14
- conda create -n %VIRTUALENV% -q -y python=%PYTHON_VERSION% numpy scipy cython wheel joblib git
+ conda create -n %VIRTUALENV% -q -y python=%PYTHON_VERSION% numpy scipy cython wheel joblib git -c conda-forge
15
16
call activate %VIRTUALENV%
17
build_tools/azure/install.sh
@@ -65,7 +65,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
65
fi
66
67
if [[ -n "$TO_INSTALL" ]]; then
68
- conda install --yes $TO_INSTALL
+ conda install --yes $TO_INSTALL -c conda-forge
69
70
71
if [[ -n "$KERAS_VERSION" ]]; then
0 commit comments