Skip to content

Commit

Permalink
Bump CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jeffery authored and jeromekelleher committed Aug 7, 2024
1 parent a9b8e00 commit d6316f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# we can invalidate the cache when we need to. Note that we need
# to update the key in the ``save_cache`` block below also when
# doing that.
key: msprime-{{ .Branch }}-v4
key: msprime-{{ .Branch }}-v5
- run:
name: Checkout submodules
command: |
Expand All @@ -32,7 +32,7 @@ jobs:
# way to set path persistently https://circleci.com/docs/2.0/env-vars/#setting-path
echo 'export PATH=/home/circleci/.local/bin:$PATH' >> $BASH_ENV
- save_cache:
key: msprime-{{ .Branch }}-v4
key: msprime-{{ .Branch }}-v5
paths:
- "/home/circleci/.local"

Expand Down

0 comments on commit d6316f1

Please sign in to comment.