Skip to content

Commit d41eba4

Browse files
ci: clean conda cache before building the packages (#689)
1 parent d71c436 commit d41eba4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/conda.yml

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
which python
8282
pip list
8383
mamba list
84+
# Clean the conda cache
85+
- name: Clean Conda Cache
86+
run: conda clean --all --yes
8487
- name: Build conda packages
8588
run: |
8689
# suffix for nightly package versions

0 commit comments

Comments
 (0)