mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-04 22:54:58 -05:00
kick
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user