From d91ac82acd945d31c5ba2be645065e023d7b8d9d Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Tue, 24 Sep 2024 15:20:22 +0100 Subject: [PATCH] Fix ci-tests env generation, align with ci-locks. --- .github/workflows/ci-tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f8ac9424..c69f0d9e 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -73,10 +73,9 @@ jobs: uses: conda-incubator/setup-miniconda@v3 with: miniforge-version: latest - channels: conda-forge,defaults + channels: conda-forge activate-environment: ${{ env.ENV_NAME }} - auto-update-conda: false - use-only-tar-bz2: true + auto-update-conda: true - name: "Conda environment cache" id: conda-env-cache