Add miniconda to macOS 12 (#5693)

This commit is contained in:
Aleksandr Chebotov
2022-06-06 14:39:50 +02:00
committed by GitHub
parent 787d6f6ee7
commit f380cc1031
3 changed files with 7 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ Describe "AzCopy" {
}
}
Describe "Miniconda" -Skip:($os.IsMonterey) {
Describe "Miniconda" {
It "Conda" {
Get-EnvironmentVariable "CONDA" | Should -Not -BeNullOrEmpty
$condaBinPath = Join-Path $env:CONDA "bin" "conda"