From 989b0847a003c298655c3e5921b0c9e5d891ad99 Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Wed, 15 Jun 2016 13:55:11 -0500 Subject: [PATCH] comment custom appveyor install of conda 4.1 --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 13dfc8a2fd..cf086a1a4d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,11 +55,11 @@ install: - conda config --set always_yes yes # test with master of conda - conda update -q conda - - git clone https://github.com/conda/conda - - cd conda - - git checkout 4.1.0 - - python setup.py install - - cd ../ + #- git clone https://github.com/conda/conda + #- cd conda + #- git checkout 4.1.0 + #- python setup.py install + #- cd ../ - conda info - conda update -q --all - python -c "import sys; print(sys.version)"