From a4eaeea5b2782e37806334a93a94d716942b719c Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 27 Apr 2020 23:05:05 -0400 Subject: [PATCH] See above. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e08dc443a..ffd2484ad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,8 +53,8 @@ install: # compiled extensions and are not provided as pre-built wheel packages, # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - - "%CMD_IN_ENV% pip install git+git://github.com/rocky/python-uncompyle6.git#egg=uncompyle6-3.6.6 - - "%CMD_IN_ENV% pip install -r requirements.txt + - "%CMD_IN_ENV% pip install git+git://github.com/rocky/python-uncompyle6.git#egg=uncompyle6-3.6.6" + - "%CMD_IN_ENV% pip install -r requirements.txt" build_script: # Build the compiled extension