From a92d9ac5b83de5171f3d20873236b1d7490e0eaf 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 f8474565d..c33ae551f 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