mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-09 18:25:47 +00:00
Fix the install_pyspec_test CI check
This commit is contained in:
parent
ad91a835c0
commit
f600728dd5
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user