Skip to content

Commit

Permalink
Change installation command for pip on appveyor (DonJayamanne#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored and Aman Agarwal committed Aug 30, 2018
1 parent 048f9d3 commit 39c1c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- npm i -g yarn
- yarn
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- pip install -U pip
- python -m pip install -U pip
- pip install -t ./pythonFiles/experimental/ptvsd git+https://github.com/Microsoft/ptvsd/
- python --version
- python -m easy_install -U setuptools
Expand Down
1 change: 1 addition & 0 deletions news/3 Code Health/1107.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change the command used to install pip on AppVeyor to avoid installation errors.

0 comments on commit 39c1c4d

Please sign in to comment.