Skip to content

Commit

Permalink
appveyor: Upgrade pip with 'python -m pip'
Browse files Browse the repository at this point in the history
This reportedly works around pypa/pip#5240
  • Loading branch information
bdarnell committed Apr 21, 2018
1 parent a843bc9 commit d923879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -48,9 +48,9 @@ install:

# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
- "pip install --disable-pip-version-check --user --upgrade pip"
- "python -m pip install --disable-pip-version-check --user --upgrade pip"

- "pip install tox wheel"
- "python -m pip install tox wheel"

build: false # Not a C# project, build stuff at the test step instead.

Expand Down

0 comments on commit d923879

Please sign in to comment.