summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.ci/appveyor/install.ps12
1 files changed, 1 insertions, 1 deletions
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
}
}