From c3e6c06b37ede1179ea6313488c28f768334d469 Mon Sep 17 00:00:00 2001 From: haasad Date: Sun, 19 Nov 2023 01:13:14 +0100 Subject: [PATCH] Update conda so it uses latest conda with libmamba solver --- .github/workflows/conda-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conda-release.yaml b/.github/workflows/conda-release.yaml index 80309f0..1092231 100644 --- a/.github/workflows/conda-release.yaml +++ b/.github/workflows/conda-release.yaml @@ -16,6 +16,7 @@ jobs: with: python-version: 3.9 activate-environment: build + auto-update-conda: true - name: Install build tools run: | conda install -c conda-forge conda-build anaconda-client conda-verify grayskull