Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Working around conda/conda#12928 (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzminrobin authored Jul 27, 2023
1 parent 9183a5d commit b653c19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/pack-conda.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 `
Expand Down

0 comments on commit b653c19

Please sign in to comment.