Skip to content

Commit

Permalink
Update install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov authored Jun 30, 2019
1 parent 7b21538 commit fbec445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/appveyor/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function InstallPip ($python_home) {
} else {
Write-Host "pip already installed."
}
$pip_path install --upgrade pip
RunCommand $pip_path "install --upgrade pip"
}


Expand Down

0 comments on commit fbec445

Please sign in to comment.