From 45007adc1a2aa89f20169146b5b8120995432dc5 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sat, 14 May 2016 22:18:09 -0400 Subject: try to upgrade pip --- .ci/appveyor/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci') diff --git a/.ci/appveyor/install.ps1 b/.ci/appveyor/install.ps1 index dcf4fa0d..187200f0 100644 --- a/.ci/appveyor/install.ps1 +++ b/.ci/appveyor/install.ps1 @@ -68,7 +68,7 @@ function InstallPip ($python_home) { Start-Process -FilePath "$python_path" -ArgumentList "$GET_PIP_PATH" -Wait -Passthru } else { Write-Host "pip already installed." - $pip_path install --upgrade pip + & $pip_path install --upgrade pip } } -- cgit v1.2.1