Skip to content

Commit 5d3444b

Browse files
committed
ENH: One more
1 parent 1e6ed7c commit 5d3444b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.circleci/config.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ jobs:
66
docker:
77
- image: circleci/python:3.8.5-buster
88
steps:
9+
- restore_cache:
10+
keys:
11+
- source-cache
912
- checkout
13+
- save_cache:
14+
key: source-cache
15+
paths:
16+
- ".git"
1017
- run:
1118
name: Set BASH_ENV
1219
command: |
@@ -136,10 +143,10 @@ jobs:
136143
- data-cache-fieldtrip
137144
- restore_cache:
138145
keys:
139-
- data-cache-hf-sef
146+
- data-cache-somato
140147
- restore_cache:
141148
keys:
142-
- data-cache-somato
149+
- data-cache-hf-sef
143150
- restore_cache:
144151
keys:
145152
- data-cache-opm

0 commit comments

Comments
 (0)