Fix the install_pyspec_test CI check

This commit is contained in:
Justin Traglia 2024-08-22 08:07:48 -05:00
parent ad91a835c0
commit f600728dd5

View File

@ -80,7 +80,7 @@ jobs:
- ~/specs-repo - ~/specs-repo
install_pyspec_test: install_pyspec_test:
docker: docker:
- image: ethpandaops/circleci-python-rust:latest - image: cimg/python:3.12.4
working_directory: ~/specs-repo working_directory: ~/specs-repo
steps: steps:
- restore_cache: - restore_cache:
@ -88,7 +88,7 @@ jobs:
- restore_pyspec_cached_venv - restore_pyspec_cached_venv
- run: - run:
name: Install pyspec requirements name: Install pyspec requirements
command: make install_test && make preinstallation command: make install_test
- save_pyspec_cached_venv - save_pyspec_cached_venv
test-phase0: test-phase0:
docker: docker: