diff --git a/appveyor.yml b/appveyor.yml index 17bd8f441..568244890 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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