mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 00:06:57 +00:00
fixed Get-PipxVersion
This commit is contained in:
@@ -97,7 +97,8 @@ function Get-PipVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Get-PipxVersion {
|
function Get-PipxVersion {
|
||||||
return "Pipx $(pipx --version 2> $null)"
|
$pipxVersion = Run-Command "pipx --version" -SuppressStderr
|
||||||
|
return "Pipx $pipxVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-NVMNodeVersionList {
|
function Get-NVMNodeVersionList {
|
||||||
|
|||||||
Reference in New Issue
Block a user