mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-03 11:40:39 +00:00
kick
This commit is contained in:
parent
11196ea87d
commit
3e6f7a2e96
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user