Explorar o código

add not failed assertion

Anton Gusev %!s(int64=5) %!d(string=hai) anos
pai
achega
73662807a1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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