From 68ba35fc0a24cabc68aba8e2549b2288ea419953 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Thu, 16 Jun 2016 13:38:03 -0400 Subject: [PATCH] BLD: Pin conda version Newer version is breaking the build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8ea6cab2..4b68e521 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -82,7 +82,7 @@ install: - sed -i "s/scipy==.*/scipy==%SCIPY_VERSION%/" etc/requirements.txt - conda info -a - - conda install conda-build=1.19.2 anaconda-client=1.3.1 --yes -q + - conda install conda=4.0.9 conda-build=1.19.2 anaconda-client=1.3.1 --yes -q # https://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/ for 64bit C compilation - ps: copy .\ci\appveyor\vcvars64.bat "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64" - "%CMD_IN_ENV% python .\\ci\\make_conda_packages.py"