From c280f252e30e8ac11356aa907deeb4fd1a4a7b03 Mon Sep 17 00:00:00 2001 From: smokestacklightnin <125844868+smokestacklightnin@users.noreply.github.com> Date: Sun, 26 Jan 2025 18:44:36 -0800 Subject: [PATCH] Remove `defaults` channel from Conda environments in CI --- .github/actions/setup-env/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index f7f85ed8..f502cd86 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -18,6 +18,7 @@ runs: with: miniforge-version: latest activate-environment: ragna-dev + conda-remove-defaults: "true" - name: Display conda info shell: bash -elo pipefail {0}