From 52f07b05332eb5fb1d59b08bed4a67ea4244b3c4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 7 Apr 2019 20:23:07 -0400 Subject: [PATCH] No reason pip shouldn't work... --- .appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9f48090d..ac2e9540 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -40,11 +40,14 @@ platform: install: - cmd: | rem Set Python Version - set PYTHON_ROOT=C:\python37-x64 - if %arch%==386 ( set PYTHON_ROOT=C:\python37 ) + set "PYTHON_ROOT=C:\python37-x64" + if %arch%==386 ( set "PYTHON_ROOT=C:\python37" ) set "PATH=%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PATH%" rem Install Latest Meson + echo %PATH% + echo %PYTHON_ROOT% + where.exe pip.exe pip install meson rem Install Ninja