From afd85234a25319a02a8d0147646fc8767f881df4 Mon Sep 17 00:00:00 2001 From: Bradley J Chambers Date: Mon, 7 Mar 2016 14:00:35 -0500 Subject: [PATCH] Maybe the update to conda v4 is killing us? Skip the udpate rather than figure it out. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7c0dc88909..4ec5f15a4a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,7 +48,7 @@ install: - C:\temp\osgeo4w-setup.exe -q -k -r -A -s http://download.osgeo.org/osgeo4w/ -a x86_64 -P boost-devel,eigen,gdal,geos,hexer,iconv,laszip,libgeotiff,libpq,libtiff,libxml2,nitro,pcl,points2grid,proj,zlib -R %OSGEO4W_ROOT% > NUL - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - conda config --set always_yes yes --set changeps1 no - - conda update -q conda + # - conda update -q conda - conda info -a - "conda create -q -n test python=%PYTHON_VERSION% numpy" - activate test