mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 06:18:15 +00:00
Only disable restore_pyspec_cached_venv
This commit is contained in:
parent
a9a1d9ad04
commit
92a801a741
@ -83,13 +83,13 @@ jobs:
|
|||||||
- image: cimg/python:3.12.4
|
- image: cimg/python:3.12.4
|
||||||
working_directory: ~/specs-repo
|
working_directory: ~/specs-repo
|
||||||
steps:
|
steps:
|
||||||
#- restore_cache:
|
- restore_cache:
|
||||||
# key: v3-specs-repo-{{ .Branch }}-{{ .Revision }}
|
key: v3-specs-repo-{{ .Branch }}-{{ .Revision }}
|
||||||
#- restore_pyspec_cached_venv
|
#- restore_pyspec_cached_venv
|
||||||
- run:
|
- run:
|
||||||
name: Install pyspec requirements
|
name: Install pyspec requirements
|
||||||
command: make install_test
|
command: make install_test
|
||||||
#- save_pyspec_cached_venv
|
- save_pyspec_cached_venv
|
||||||
test-phase0:
|
test-phase0:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/python:3.12.4
|
- image: cimg/python:3.12.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user