We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e56dae commit 010ebf0Copy full SHA for 010ebf0
.circleci/config.yml.in
@@ -266,13 +266,15 @@ jobs:
266
keys:
267
# NOTE: remove .Branch once it's ready
268
{% raw %}
269
- - vector-cache-v3-{{ .Branch }}-{{ checksum ".circle-week" }}
+ - vector-cache-v2-{{ .Branch }}-{{ checksum ".circle-week" }}
270
{% endraw %}
271
- run:
272
name: Run tests
273
# Downloading embedding vector takes long time.
274
no_output_timeout: 30m
275
- command: .circleci/unittest/scripts/run_test.sh
+ command: |
276
+ rm -rf .data
277
+ .circleci/unittest/scripts/run_test.sh
278
- save_cache:
279
280
0 commit comments