Update the way we update pip on appveyor

This commit is contained in:
DarkPhoenix
2020-01-21 15:31:48 +03:00
parent ed0c080163
commit 9e67b5962c

View File

@@ -45,7 +45,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"
- "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,