From 2c07b56339341000cde4587d95027221c890bac6 Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Tue, 17 Oct 2023 17:36:26 +1100 Subject: [PATCH] Use conda-forge only for miniconda --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16a0a5d0..0b414f66 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 if: steps.conda_cache.outputs.cache-hit != 'true' with: - channels: conda-forge,defaults + channels: conda-forge channel-priority: true activate-environment: "" mamba-version: "*"