Skip to content

Commit

Permalink
attempt to fix env cache (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed May 17, 2024
1 parent 2d59721 commit 3a3cc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asv-benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Cache environment
uses: actions/cache@v4
with:
path: /usr/share/miniconda/envs
path: ${{ env.CONDA }}/envs
key: conda-${{ runner.os }}--${{ runner.arch }}--${{ steps.get-date.outputs.today }}-${{ hashFiles('./ci/asv.yml') }}-${{ env.CACHE_NUMBER }}
env:
CACHE_NUMBER: 0
Expand Down

0 comments on commit 3a3cc5a

Please sign in to comment.