From 68de8368b8ccf77e81cd5c6751de82131fe5c445 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Mon, 21 May 2018 12:27:46 +0200 Subject: [PATCH] Appveyor tweaks. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f044adb..3c79334 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,7 +57,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" + # - "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,