You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move conda build tools to base environment (#39177)
* Move build tools to conda base environment in package-conda
At least one of these dependencies causes conda to be installed,
which should only be done inside the base environment.
* Move conda build tool to base env in package-standalone
conda build tools bring in conda as a dependency, so should
only be installed inside the base environment. Also, I think
conda-index is the correct dependency here.
0 commit comments