mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[macOS] Update Python installer script (#13157)
This commit is contained in:
@@ -14,7 +14,7 @@ Describe "Python3" {
|
||||
}
|
||||
} else {
|
||||
It "Python 3 is installed under /usr/local/bin" {
|
||||
Get-ToolPath "python3" | Should -BeLike "/usr/local/bin*"
|
||||
Get-ToolPath "python3" | Should -BeLike "/usr/local/bin/*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user