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 13, 2024
1 parent 4bc1781 commit aa49882
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 @@ -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
Expand Down

0 comments on commit aa49882

Please sign in to comment.