Robin Kuzmin 2023-07-26 17:30:06 -07:00 коммит произвёл GitHub
Родитель 9183a5deb4
Коммит b653c19896
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -9,6 +9,8 @@ if ("true" -eq $Env:SYSTEM_DEBUG) {
Set-PSDebug -Trace 1;
}
conda install --yes conda=23.5.2 # TODO(kuzminrobin, https://github.com/conda/conda/issues/12928): Remove this line after the bug is fixed.
# Print conda-info and capture the current platform.
(conda info --json) | Tee-Object -Variable condaInfo;
$CondaPlatform = $condaInfo `