mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
[Ubuntu] use pipx to install ansible (#3015)
* use pipx to install ansible * update info
This commit is contained in:
committed by
GitHub
parent
ecfee9c8ec
commit
436d9baa95
@@ -43,6 +43,6 @@ Describe "PipxPackages" -Skip:(Test-IsUbuntu16) {
|
||||
[array]$testCases = (Get-ToolsetContent).pipx | ForEach-Object { @{cmd = $_.cmd} }
|
||||
|
||||
It "<package>" -TestCases $testCases {
|
||||
"$cmd --version" | Should -ReturnZeroExitCode
|
||||
"$cmd --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user