From 0131cbc19fb7d72bbd059d3bec841d4cbdae992b Mon Sep 17 00:00:00 2001 From: Henry Wright Date: Thu, 16 Jan 2025 10:02:42 +0000 Subject: [PATCH 1/2] remove defaults channel --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 0854714..c4e50fd 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -61,7 +61,7 @@ jobs: with: miniforge-variant: Mambaforge miniforge-version: latest - channels: conda-forge,defaults + channels: conda-forge channel-priority: true auto-update-conda: true environment-file: "requirements/locks/py${{ matrix.python-version }}-linux-64.lock" From 3d37a67c56af04657a0e48b01ff49c211f42fc73 Mon Sep 17 00:00:00 2001 From: Henry Wright Date: Thu, 16 Jan 2025 10:06:54 +0000 Subject: [PATCH 2/2] Miniforge3 --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index c4e50fd..77e6bde 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -59,7 +59,7 @@ jobs: - name: "mambaforge setup (python ${{ matrix.python-version }})" uses: conda-incubator/setup-miniconda@v3 with: - miniforge-variant: Mambaforge + miniforge-variant: Miniforge3 miniforge-version: latest channels: conda-forge channel-priority: true