Conversation
bdice
approved these changes
Dec 2, 2025
HaoZeke
added a commit
to HaoZeke/atomistic-cookbook
that referenced
this pull request
Dec 2, 2025
HaoZeke
added a commit
to HaoZeke/atomistic-cookbook
that referenced
this pull request
Dec 2, 2025
HaoZeke
added a commit
to HaoZeke/atomistic-cookbook
that referenced
this pull request
Dec 2, 2025
HaoZeke
added a commit
to HaoZeke/atomistic-cookbook
that referenced
this pull request
Dec 2, 2025
rapids-bot bot
pushed a commit
that referenced
this pull request
Dec 2, 2025
Reverts #331 The incident with conda-forge that led to #331 has been resolved, so we do not need to keep depending on prefix's conda-forge mirror. ## Notes for Reviewers ### How I tested this Put the following into conda-based CI scripts in a `cugraph` PR (rapidsai/cugraph#5356) ```shell conda config --file /opt/conda/.condarc --remove-key custom_multichannels ``` And saw jobs succeed and use only the conda-forge main channel (not the prefix mirror) ```text ... + _libgcc_mutex 0.1 conda_forge conda-forge 3kB + _openmp_mutex 4.5 2_gnu conda-forge 24kB + attr 2.5.2 h39aace5_0 conda-forge 68kB + bzip2 1.0.8 hda65f42_8 conda-forge 260kB + c-ares 1.34.5 hb9d3cd8_0 conda-forge 207kB ... ``` ([conda-cpp-tests link](https://github.com/rapidsai/cugraph/actions/runs/19872962730/job/56955273132?pr=5356)) Authors: - James Lamb (https://github.com/jameslamb) Approvers: - https://github.com/jakirkham - Bradley Dice (https://github.com/bdice) URL: #333
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposes temporarily using prefix's mirror of
conda-forgein RAPIDS CI, to work around the ongoing issue with the mainconda-forgechannel (conda/infrastructure#1254).h/t @TomAugspurger for the suggestion
Notes for Reviewers
How I tested this
Over on rapidsai/cudf#20748, I added the following to a bunch of scripts that use
conda/mamba:Saw jobs that had been failing succeed, and saw the prefix mirror used.
(build link)