Skip to content

Commit

Permalink
ci: clean conda cache before building the packages (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed May 13, 2024
1 parent d71c436 commit d41eba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ 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 d41eba4

Please sign in to comment.