Skip to content

Commit

Permalink
Merge pull request #196 from yanokwa/fix-appveyor
Browse files Browse the repository at this point in the history
Fix appveyor build
  • Loading branch information
ukanga authored Apr 20, 2018
2 parents 522b97d + 1d0bc41 commit 7dcd91c
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 @@ -26,7 +26,7 @@ install:

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

# We need wheel installed to build wheels
- ps: pip install wheel
Expand Down

0 comments on commit 7dcd91c

Please sign in to comment.