[MacOS] fix python installation order (#4052)

This commit is contained in:
Mikhail Koliada
2021-09-10 16:15:45 +03:00
committed by GitHub
parent d022b0d6a8
commit 06eef92e40
7 changed files with 14 additions and 15 deletions

View File

@@ -1,5 +1,11 @@
$os = Get-OSVersion
Describe "Azure CLI" {
It "Azure CLI" {
"az -v" | Should -ReturnZeroExitCode
}
}
Describe "Carthage" {
It "Carthage" {
"carthage version" | Should -ReturnZeroExitCode