mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Force to upgrade PyPi packages
This commit is contained in:
@ -74,7 +74,7 @@ function InstallPip ($python_home) {
|
||||
|
||||
function InstallPackage ($python_home, $pkg) {
|
||||
$pip_path = $python_home + "/Scripts/pip.exe"
|
||||
& $pip_path install $pkg
|
||||
& $pip_path install -U $pkg
|
||||
}
|
||||
|
||||
function main () {
|
||||
@ -84,4 +84,4 @@ function main () {
|
||||
InstallPackage $env:PYTHON_HOME tox
|
||||
}
|
||||
|
||||
main
|
||||
main
|
||||
|
Reference in New Issue
Block a user