mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37: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) {
|
function InstallPackage ($python_home, $pkg) {
|
||||||
$pip_path = $python_home + "/Scripts/pip.exe"
|
$pip_path = $python_home + "/Scripts/pip.exe"
|
||||||
& $pip_path install $pkg
|
& $pip_path install -U $pkg
|
||||||
}
|
}
|
||||||
|
|
||||||
function main () {
|
function main () {
|
||||||
|
Reference in New Issue
Block a user