Skip to content

Commit

Permalink
Merge pull request #176 from mtreinish/revert-166-cap-pip
Browse files Browse the repository at this point in the history
Revert "Cap pip version in windows ci"

Reverts #166

The latest pip version is supposed to have fixed this, so let's remove the cap.

Closes #165
  • Loading branch information
mtreinish committed Jun 1, 2018
2 parents 2b9e260 + 01e020b commit 5ef3b46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
- ECHO "Installed SDKs:"
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""

# Install Python (from the official .msi of http://python.org) and pip when
# Install Python (from the official .msi of http://python.org) and pip when
# not already installed.
- ps: if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 }

Expand All @@ -50,9 +50,7 @@ install:

# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
# NOTE(mtreinish): Because of bugs in pip>=10.0.0 preventing pip from working
# we're capping pip here
- "pip install --disable-pip-version-check --user --upgrade pip<10.0.0"
- "python -m 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 5ef3b46

Please sign in to comment.