From 0f96bfaf53c2c4577350c687c03dd131f13702a8 Mon Sep 17 00:00:00 2001 From: Rose Pearson Date: Mon, 16 Jan 2023 12:38:14 +1300 Subject: [PATCH] Use Mambaforge Documented work around in https://github.com/conda-incubator/setup-miniconda/issues/274 in response to transient errors --- .github/workflows/linux-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-test.yml b/.github/workflows/linux-test.yml index 2c2da557..e4b27836 100644 --- a/.github/workflows/linux-test.yml +++ b/.github/workflows/linux-test.yml @@ -29,8 +29,8 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: python-version: ${{ matrix.python-version }} - mamba-version: "*" - channels: conda-forge,defaults + miniforge-variant: Mambaforge + channels: conda-forge channel-priority: true activate-environment: geofabrics environment-file: environment_linux.yml