From bd1c34ff7dd0d4c3e76c6bf1acebd5920e9f16ac Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Thu, 19 May 2016 14:26:31 -0400 Subject: [PATCH] appveyor: Drop conda-build pinning so that we can upgrade. --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fbfa9d3b1d..14e6ab7f11 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,10 +66,6 @@ install: - cmd: conda config --add channels conda-forge - cmd: conda info - cmd: conda install -n root --quiet --yes conda-build anaconda-client jinja2 setuptools - # Workaround for Python 3.4 and x64 bug in latest conda-build. - # FIXME: Remove once there is a release that fixes the upstream issue - # ( https://github.com/conda/conda-build/issues/895 ). - - cmd: if "%TARGET_ARCH%" == "x64" if "%CONDA_PY%" == "34" conda install conda-build=1.20.0 --yes # Skip .NET project specific build phase. build: off