This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
The following commit(s) were added to refs/heads/main by this push:
new d41eba4 ci: clean conda cache before building the packages (#689)
d41eba4 is described below
commit d41eba47ab5b88a8e94a83f7e22a863710c9d28b
Author: Michael J Ward <[email protected]>
AuthorDate: Mon May 13 13:04:03 2024 -0500
ci: clean conda cache before building the packages (#689)
---
.github/workflows/conda.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml
index f847456..c33ae55 100644
--- a/.github/workflows/conda.yml
+++ b/.github/workflows/conda.yml
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]