From dd6f648925b366c4203d6f95c893d608391d3d07 Mon Sep 17 00:00:00 2001 From: Michael-J-Ward Date: Mon, 6 May 2024 15:15:18 -0500 Subject: [PATCH] ci: revert back to original conda.yml Cleaning out the cache caused all the conda builds to break, instead of just the `aarch64` ones. This commit reverts back to original CI def. --- .github/workflows/conda.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 00965b6e2..f8474565d 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -16,9 +16,7 @@ on: # When this workflow is queued, automatically cancel any previous running # or pending jobs from the same branch concurrency: - # temporarily making this a global lock to debug conda nightlies build - # group: conda-${{ github.head_ref }} - group: conda + group: conda-${{ github.head_ref }} cancel-in-progress: true # Required shell entrypoint to have properly activated conda environments @@ -83,9 +81,6 @@ jobs: which python pip list mamba list - # Clean the conda cache - # - name: Clean Conda Cache - # run: conda clean --all --yes - name: Build conda packages run: | # suffix for nightly package versions