From fabab74e1051e10611bd4e89c8d18d2acf8c370c Mon Sep 17 00:00:00 2001 From: acpaquette <acpaquette@usgs.gov> Date: Tue, 7 Nov 2023 15:38:59 -0700 Subject: [PATCH] Try to use miniforge (#576) --- .github/workflows/ci_testing.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml index 78ddcc1..566d20e 100644 --- a/.github/workflows/ci_testing.yml +++ b/.github/workflows/ci_testing.yml @@ -25,7 +25,9 @@ jobs: submodules: true - uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3 with: - miniconda-version: "latest" + miniforge-version: latest + use-mamba: true + channels: conda-forge activate-environment: ale environment-file: environment.yml auto-activate-base: false @@ -70,7 +72,9 @@ jobs: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3 with: - miniconda-version: "latest" + miniforge-version: latest + use-mamba: true + channels: conda-forge activate-environment: ale environment-file: doc_environment.yml auto-activate-base: false -- GitLab