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)"