Skip to content

Commit

Permalink
Maybe the update to conda v4 is killing us? Skip the udpate rather th…
Browse files Browse the repository at this point in the history
…an figure it out.
  • Loading branch information
chambbj committed Mar 7, 2016
1 parent fbd501e commit afd8523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit afd8523

Please sign in to comment.