From e6d91e28581bca9872cba755236566e978268539 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Thu, 3 Mar 2016 22:23:35 -0500 Subject: [PATCH] BLD: Remove cygwin's git --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2ee0e797..98f14281 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -97,6 +97,8 @@ init: - "ECHO %PYTHON_VERSION% %PYTHON%" install: + # Get cygwin's git out of our PATH. See https://github.com/omnia-md/conda-dev-recipes/pull/16/files#diff-180360612c6b8c4ed830919bbb4dd459 + - "del C:\\cygwin\\bin\\git.exe" # this installs the appropriate Miniconda (Py2/Py3, 32/64 bit), - powershell .\etc\install.ps1 - SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%