File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ commands:
3535 description : " Restore the cache with pyspec keys"
3636 steps :
3737 - restore_cached_venv :
38- venv_name : v24 -pyspec
38+ venv_name : v25 -pyspec
3939 reqs_checksum : cache-{{ checksum "setup.py" }}-{{ checksum "requirements_preinstallation.txt" }}
4040 save_pyspec_cached_venv :
4141 description : Save a venv into a cache with pyspec keys"
4242 steps :
4343 - save_cached_venv :
44- venv_name : v24 -pyspec
44+ venv_name : v25 -pyspec
4545 reqs_checksum : cache-{{ checksum "setup.py" }}-{{ checksum "requirements_preinstallation.txt" }}
4646 venv_path : ./venv
4747 restore_deposit_contract_tester_cached_venv :
@@ -80,15 +80,15 @@ jobs:
8080 - ~/specs-repo
8181 install_pyspec_test :
8282 docker :
83- - image : ethpandaops/circleci- python-rust:latest
83+ - image : cimg/ python:3.12.4
8484 working_directory : ~/specs-repo
8585 steps :
8686 - restore_cache :
8787 key : v3-specs-repo-{{ .Branch }}-{{ .Revision }}
8888 - restore_pyspec_cached_venv
8989 - run :
9090 name : Install pyspec requirements
91- command : make install_test && make preinstallation
91+ command : make install_test
9292 - save_pyspec_cached_venv
9393 test-phase0 :
9494 docker :
You can’t perform that action at this time.
0 commit comments