Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b791c85

Browse files
jjerphanogrisel
andcommitted
Use a single cache for linux-arm64
Co-authored-by: Olivier Grisel <[email protected]>
1 parent 2a49a8f commit b791c85

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,13 @@ jobs:
130130
- checkout
131131
- run: ./build_tools/circle/checkout_merge_commit.sh
132132
- restore_cache:
133-
key: v1-datasets-{{ .Branch }}
133+
key: linux-arm64-{{ .Branch }}
134134
- run: ./build_tools/circle/build_test_arm.sh
135135
- save_cache:
136-
key: doc-ccache-{{ .Branch }}-{{ .BuildNum }}
136+
key: linux-arm64-{{ .Branch }}
137137
paths:
138138
- ~/.ccache
139139
- ~/.cache/pip
140-
- save_cache:
141-
key: v1-datasets-{{ .Branch }}
142-
paths:
143140
- ~/scikit_learn_data
144141

145142
deploy:

0 commit comments

Comments
 (0)