Skip to content

Commit

Permalink
appveyor fix: use 'python -m pip' to upgrade pip (pypa/pip#5240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Apr 20, 2018
1 parent 440891a commit 11db4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:

- "git submodule update --init --recursive"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "pip install --disable-pip-version-check --user --upgrade pip"
- "python -m pip install --upgrade pip"
- "pip install -U setuptools"
- "pip install pyinstaller"
- "pip install cffi"
Expand Down

0 comments on commit 11db4e3

Please sign in to comment.