From 21fe3d2f607e0bf2d36a9aba94cac9708c8abf14 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Fri, 18 Oct 2024 07:20:50 +0100 Subject: [PATCH] switch to miniforge --- .github/workflows/gh-ci-cron.yaml | 4 ++-- .github/workflows/gh-ci.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-ci-cron.yaml b/.github/workflows/gh-ci-cron.yaml index 614b4c50..829f654c 100644 --- a/.github/workflows/gh-ci-cron.yaml +++ b/.github/workflows/gh-ci-cron.yaml @@ -79,13 +79,13 @@ jobs: - id: install-conda-env name: install-conda-env - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ env.PYVER }} add-pip-as-python-dependency: true architecture: x64 use-mamba: true - miniforge-variant: Mambaforge + miniforge-version: latest channels: conda-forge, defaults channel-priority: flexible auto-update-conda: true diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index f320aa1a..279c2110 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -82,13 +82,13 @@ jobs: - id: install-conda-env name: install-conda-env - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ env.PYVER }} add-pip-as-python-dependency: true architecture: x64 use-mamba: true - miniforge-variant: Mambaforge + miniforge-version: latest channels: conda-forge, defaults channel-priority: flexible auto-update-conda: true