This commit is contained in:
Hsiao-Wei Wang 2019-05-27 18:42:09 +08:00
parent 11196ea87d
commit 3e6f7a2e96
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4

View File

@ -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