From 51d5ad004a1114bbf3838189bf3b89528662b669 Mon Sep 17 00:00:00 2001 From: Michael-J-Ward Date: Mon, 6 May 2024 14:52:54 -0500 Subject: [PATCH] ci: clean conda cache before building the packages The `actual` sha256 hashes match both what I calculate by downloading and running `sha256sum` and what is posted on conda-forge. I suspect then that our build is using some bad cached value as the "expected". conda-forge: https://conda.anaconda.org/conda-forge/noarch/ Ref: https://github.com/apache/datafusion-python/issues/659 --- .github/workflows/conda.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index d48bbe55..9b27e1f5 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -83,6 +83,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