Skip to content

Commit

Permalink
try to upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed May 15, 2016
1 parent 7941175 commit 45007ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/appveyor/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 45007ad

Please sign in to comment.