From 7748b4bb5dd8693acd2a4a1232f20b40cd63ce3b Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sat, 22 Sep 2018 13:03:21 -0500 Subject: [PATCH] Added attempt to update setuptools in AppVeyor script --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 929f00fc..c86d3926 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,7 +46,7 @@ install: # Upgrade to the latest version of pip to avoid it displaying warnings # about it being out of date. - - "python -m pip install --upgrade pip" + - "python -m pip install --upgrade pip setuptools" # Install the build dependencies of the project. If some dependencies contain # compiled extensions and are not provided as pre-built wheel packages,