From 000ca34e1f68ffc6507a1217ae92156f26352501 Mon Sep 17 00:00:00 2001 From: hinerm Date: Thu, 5 May 2022 11:05:46 -0500 Subject: [PATCH] Pin to mamba 0.20.0 At 0.21 we start running into build failures. See #69 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2988e9e..eb3f2b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: echo $CONDA/bin >> $GITHUB_PATH - name: Install mamba run: | - conda install -c conda-forge mamba + conda install -c conda-forge mamba=0.20.0 - name: Install dependencies run: | mamba env update --file environment-test.yml --name base