From 958d7bff99ca4617bf45ca33a3fc32199232bbed Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Wed, 16 Oct 2019 09:27:22 -0400 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f7411cede..91ffaab58 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,7 +52,7 @@ install: # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - ECHO "Install pip requirements:" - - "python -m ip install -r requirements.txt" + - "python -m pip install -r requirements.txt" - "python -m pip install PyInstaller" before_build: