Skip to content

Commit

Permalink
ci: revert back to original conda.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Michael-J-Ward committed May 6, 2024
1 parent 53d6f12 commit dd6f648
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dd6f648

Please sign in to comment.