jenkins-bot merged this change.
[bugfix] Fix updating pip on AppVeyor
Change-Id: Iaa8d73b5fd3bd71c2b4e4408a1c54549fa1e8757
---
M .appveyor.yml
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index cf8833a..296c1f1 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -87,7 +87,7 @@
if (-not(Test-Path($env:PYTHON))) {
iex $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 'install.ps1')
}
- - pip install --upgrade pip
+ - python -m pip install --upgrade pip
- pip install virtualenv
- virtualenv env
- env\Scripts\activate.bat
To view, visit change 571533. To unsubscribe, or for help writing mail filters, visit settings.