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