From 2aa32c5a1d98d19d8cfe9216ad27e4f6d868c322 Mon Sep 17 00:00:00 2001 From: JM Rohwer Date: Tue, 12 Dec 2023 17:19:48 +0200 Subject: [PATCH] don't update conda in CI, gets updated after mamba install --- .github/workflows/build-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-conda.yml b/.github/workflows/build-conda.yml index 8aaac9e..896150e 100644 --- a/.github/workflows/build-conda.yml +++ b/.github/workflows/build-conda.yml @@ -20,7 +20,7 @@ jobs: - name: Setup conda uses: s-weigand/setup-conda@v1 with: - update-conda: true + update-conda: false conda-channels: conda-forge - name: Prepare conda environment