Skip to content

Commit

Permalink
Upgrade pip by calling via python. (#1067)
Browse files Browse the repository at this point in the history
This is recommended in the appveyor error message.
  • Loading branch information
jwg4 authored Jan 29, 2020
1 parent 65f6b47 commit 6f652be
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 @@ -32,7 +32,7 @@ install:
# the parent CMD process).
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

- pip install --upgrade pip --user
- python -m pip install --upgrade pip --user
- pip install pipenv

# Find latest image magick version by parsing website
Expand Down

0 comments on commit 6f652be

Please sign in to comment.