From 7819b80be479b1053c850e0d1b5192688717cb6e Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Wed, 16 Oct 2019 09:25:14 -0400 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 65d78d226..f7411cede 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,8 +52,8 @@ install: # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - ECHO "Install pip requirements:" - - "pip install -r requirements.txt" - - "pip install PyInstaller" + - "python -m ip install -r requirements.txt" + - "python -m pip install PyInstaller" before_build: # directory that will contain the built files