From cd1278ef99bab2ba72d9d854e387dd65384e956f Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Sun, 29 Apr 2018 10:27:20 -0700 Subject: [PATCH] fix windows builds Appveyor isn't able to replace the running executable. We'll run it from inside the interpreter to fix build issues. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1da1fa88..8c84a9f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,7 +41,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 wheel" - "C:\\MinGW\\bin\\mingw32-make" test_script: