From 9e67b5962cbf4dcea46fdb39f275544cf86fe11a Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 21 Jan 2020 15:31:48 +0300 Subject: [PATCH] Update the way we update pip on appveyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c42e0bd2c..0503e5eaf 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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,