Skip to content

Commit

Permalink
Merge pull request #3894 from jtraglia/fix-install_pyspec_test
Browse files Browse the repository at this point in the history
Fix the install_pyspec_test CI check
  • Loading branch information
hwwhww authored Aug 22, 2024
2 parents ad91a83 + 562798d commit ca04b1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ commands:
description: "Restore the cache with pyspec keys"
steps:
- restore_cached_venv:
venv_name: v24-pyspec
venv_name: v25-pyspec
reqs_checksum: cache-{{ checksum "setup.py" }}-{{ checksum "requirements_preinstallation.txt" }}
save_pyspec_cached_venv:
description: Save a venv into a cache with pyspec keys"
steps:
- save_cached_venv:
venv_name: v24-pyspec
venv_name: v25-pyspec
reqs_checksum: cache-{{ checksum "setup.py" }}-{{ checksum "requirements_preinstallation.txt" }}
venv_path: ./venv
restore_deposit_contract_tester_cached_venv:
Expand Down Expand Up @@ -80,15 +80,15 @@ jobs:
- ~/specs-repo
install_pyspec_test:
docker:
- image: ethpandaops/circleci-python-rust:latest
- image: cimg/python:3.12.4
working_directory: ~/specs-repo
steps:
- restore_cache:
key: v3-specs-repo-{{ .Branch }}-{{ .Revision }}
- restore_pyspec_cached_venv
- run:
name: Install pyspec requirements
command: make install_test && make preinstallation
command: make install_test
- save_pyspec_cached_venv
test-phase0:
docker:
Expand Down

0 comments on commit ca04b1e

Please sign in to comment.