Skip to content

Commit

Permalink
Wipe the cache after #7935 (#7946)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Jun 22, 2023
1 parent b040bc0 commit e0dbb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
key: conda-${{ matrix.os }}-${{ steps.get-date.outputs.today }}-${{ hashFiles(env.CONDA_FILE) }}-${{ env.CACHE_NUMBER }}
env:
# Increase this value to reset cache if continuous_integration/environment-${{ matrix.environment }}.yaml has not changed
CACHE_NUMBER: 0
CACHE_NUMBER: 1
id: cache

- name: Update environment
Expand Down

0 comments on commit e0dbb35

Please sign in to comment.