Skip to content

Commit

Permalink
Merge pull request #37 from bellert/fix-appveyor-pip
Browse files Browse the repository at this point in the history
Don't upgrade pip
  • Loading branch information
bellert authored and boothby committed May 17, 2018
2 parents 2c7cea9 + 9293da0 commit ccebdd3
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 @@ -102,7 +102,7 @@ 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"
# - "pip install --disable-pip-version-check --user --upgrade pip"

# Install the build dependencies of the project. If some dependencies contain
# compiled extensions and are not provided as pre-built wheel packages,
Expand Down

0 comments on commit ccebdd3

Please sign in to comment.