Skip to content

Commit

Permalink
kick
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed May 27, 2019
1 parent 11196ea commit 3e6f7a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -128,4 +128,5 @@ workflows:
- test
- deposit_contract:
requires:
- install_env
- lint

0 comments on commit 3e6f7a2

Please sign in to comment.