Skip to content

Commit

Permalink
ci: clean conda cache before building the packages
Browse files Browse the repository at this point in the history
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: apache#659
  • Loading branch information
Michael-J-Ward committed May 6, 2024
1 parent 6fbeea7 commit 51d5ad0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51d5ad0

Please sign in to comment.