Skip to content

Commit

Permalink
ci: invalidate conda caches
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Jul 19, 2021
1 parent b498df5 commit fcf5906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/cache@v1
env:
# Increase this value to reset cache if etc/example-environment.yml has not changed
CACHE_NUMBER: 0
CACHE_NUMBER: 1
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
Expand Down

0 comments on commit fcf5906

Please sign in to comment.