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
install_pyspec_test:
docker:
- image: ethpandaops/circleci-python-rust:latest
- image: cimg/python:3.12.4
working_directory: ~/specs-repo
steps:
- restore_cache:
@ -88,7 +88,7 @@ jobs:
- 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: