Skip to content

Commit 8a974fb

Browse files
committed
make cache key consistent
1 parent 48fdaa0 commit 8a974fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ jobs:
229229
at: /tmp
230230
- restore_cache:
231231
keys:
232-
- regression-v0-{{ epoch }}
233-
- regression-v0-
232+
- regression-v1-{{ epoch }}
233+
- regression-v1-
234234
- run:
235235
name: Check PyPi preconditions
236236
command: |

0 commit comments

Comments
 (0)