Skip to content

Commit

Permalink
BLD: Remove cygwin's git
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Mar 23, 2016
1 parent bf6047f commit e6d91e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit e6d91e2

Please sign in to comment.