8000 ci: clean conda cache before building the packages (#689) · samuelcolvin/datafusion-python@d41eba4 · GitHub
[go: up one dir, main page]

Skip to content

Commit d41eba4

Browse files
ci: clean conda cache before building the packages (apache#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

Lines changed: 3 additions & 0 deletions
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)
0