From 3e6f7a2e961183b0f1d65e4bf1a7f694f24574e9 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Mon, 27 May 2019 18:42:09 +0800 Subject: [PATCH] kick --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 100be4704..164dc98a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,13 +35,13 @@ commands: description: "Restore the cache with default keys" steps: - restore_cached_venv: - venv_name: v1-pyspec-01 + venv_name: v1-pyspec-05 reqs_checksum: '{{ checksum "test_libs/pyspec/requirements.txt" }}-{{ checksum "test_libs/pyspec/requirements-testing.txt" }}--{{ checksum "deposit_contract/requirements-testing.txt" }}' save_default_cached_venv: description: Save a venv into a cache with default keys" steps: - save_cached_venv: - venv_name: v1-pyspec-01 + venv_name: v1-pyspec-05 reqs_checksum: '{{ checksum "test_libs/pyspec/requirements.txt" }}-{{ checksum "test_libs/pyspec/requirements-testing.txt" }}--{{ checksum "deposit_contract/requirements-testing.txt" }}' venv_path: ./test_libs/pyspec/venv jobs: @@ -128,4 +128,5 @@ workflows: - test - deposit_contract: requires: + - install_env - lint