Skip to content

Commit

Permalink
fix: clean up environment cache
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed May 16, 2024
1 parent 7cef99c commit fe22095
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- checkout
- restore_cache:
keys:
- env-v3-{{ .Branch }}-
- env-v3-master-
- env-v3-
- env-v4-{{ .Branch }}-
- env-v4-master-
- env-v4-
- run:
name: Setup git-annex
command: |
Expand All @@ -36,7 +36,7 @@ jobs:
python -m pip install --no-cache-dir -U datalad datalad-osf
- save_cache:
key: env-v3-{{ .Branch }}-{{ .BuildNum }}
key: env-v4-{{ .Branch }}-{{ .BuildNum }}
paths:
- /opt/circleci/git-annex.linux
- /opt/circleci/.pyenv/versions/3.9.4
Expand Down

0 comments on commit fe22095

Please sign in to comment.