Skip to content

Commit 0252d39

Browse files
committed
iter
1 parent d26b71c commit 0252d39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_tools/azure/install.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IF "%PYTHON_ARCH%"=="64" (
1111
call deactivate
1212
@rem Clean up any left-over from a previous build
1313
conda remove --all -q -y -n %VIRTUALENV%
14-
conda create -n %VIRTUALENV% -q -y python=%PYTHON_VERSION% numpy scipy cython wheel joblib git
14+
conda create -n %VIRTUALENV% -q -y python=%PYTHON_VERSION% numpy scipy cython wheel joblib git -c conda-forge
1515

1616
call activate %VIRTUALENV%
1717

build_tools/azure/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
6565
fi
6666

6767
if [[ -n "$TO_INSTALL" ]]; then
68-
conda install --yes $TO_INSTALL
68+
conda install --yes $TO_INSTALL -c conda-forge
6969
fi
7070

7171
if [[ -n "$KERAS_VERSION" ]]; then

0 commit comments

Comments
 (0)