From fc7aca2bed89a528062a9a740696f44fd09b04fb Mon Sep 17 00:00:00 2001 From: Ryan Herbst Date: Wed, 23 Aug 2023 20:27:16 -0700 Subject: [PATCH] update conda solver --- .github/workflows/rogue_ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rogue_ci.yml b/.github/workflows/rogue_ci.yml index a72483e27..dbb016172 100644 --- a/.github/workflows/rogue_ci.yml +++ b/.github/workflows/rogue_ci.yml @@ -196,6 +196,9 @@ jobs: export PATH="${HOME}/miniconda/bin:$PATH" source ${HOME}/miniconda/etc/profile.d/conda.sh conda config --set always_yes yes + conda config --set channel_priority strict + conda install -n base conda-libmamba-solver + conda config --set solver libmamba conda install conda-build anaconda-client conda-verify if [ $OS_NAME == "macos-10.15" ] then