소스 검색

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