Skip to content

Commit ca04b1e

Browse files
authored
Merge pull request #3894 from jtraglia/fix-install_pyspec_test
Fix the install_pyspec_test CI check
2 parents ad91a83 + 562798d commit ca04b1e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)