瀏覽代碼

add not failed assertion

Anton Gusev 5 年之前
父節點
當前提交
73662807a1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -10,10 +10,10 @@ jobs:
       - checkout
       - python/load-cache
       - python/install-deps
-      - python/save-cache
       - run:
           command: sudo python setup.py develop
           name: setup
+      - python/save-cache
       - run:
           command: python tests/benchmark_throughput.py --preset minimalistic
           name: benchmark