From ea25e47c9f021eab710f761e26d88d88348ff8be Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Wed, 18 Jul 2018 16:45:18 -0400 Subject: [PATCH] pull in an appveyor.yml fix See https://github.com/ogrisel/python-appveyor-demo/pull/46. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 83b2363..4d4a893 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -61,7 +61,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 --upgrade pip" # Install the build dependencies of the project. If some dependencies contain # compiled extensions and are not provided as pre-built wheel packages,