Browse Source

add not failed assertion

Anton Gusev 5 năm trước cách đây
mục cha
commit
73662807a1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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