Skip to content

Commit

Permalink
update pip to 19.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
topic2k committed Feb 16, 2019
1 parent 5eb6d22 commit 8d94907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ install:
Start-Process MsiExec.exe -Arg "/I $StacklessInstaller /quiet /passive /qn /norestart $StacklessInstallDir" -Wait
" Done."
" "
"--- pip 9.0.3"
"--- pip 19.0.2"
" Updating..."
python -m pip install --disable-pip-version-check --no-cache-dir -q -U "pip==9.0.3"
python -m pip install --disable-pip-version-check --no-cache-dir -q -U "pip==19.0.2"
" Done."
" "
# Pinned sphinx to 1.8.0 because 1.8.1 has changes that will throw a warning when building the docs
Expand Down

0 comments on commit 8d94907

Please sign in to comment.