Skip to content

Commit

Permalink
update env file (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed May 16, 2024
1 parent a0a7cde commit f864eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asv-benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
key:
conda-${{ runner.os }}--${{ runner.arch }}--${{
steps.get-date.outputs.today }}-${{
hashFiles('./build_envs/asv-bench.yml') }}-${{ env.CACHE_NUMBER}}
hashFiles('./ci/asv.yml') }}-${{ env.CACHE_NUMBER}}
env:
# Increase this value to reset cache if the environment file has not changed
CACHE_NUMBER: 0
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Update environment
run:
conda env update -n asv-bench -f
./build_envs/asv-bench.yml
./ci/asv.yml
if: steps.cache.outputs.cache-hit != 'true'

- name: Conda list
Expand Down

0 comments on commit f864eaf

Please sign in to comment.