Move eth-specs submodule to da (#111)
This commit is contained in:
parent
c9769a2b8b
commit
5434fcb315
|
@ -1,4 +1,4 @@
|
|||
[submodule "consensus-specs"]
|
||||
path = eth-specs
|
||||
path = da/eth-specs
|
||||
url = git@github.com:ethereum/consensus-specs.git
|
||||
branch = dev
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
cd ./eth-specs
|
||||
cd ./da/eth-specs
|
||||
pip install -r requirements_preinstallation.txt
|
||||
python setup.py sdist bdist_wheel
|
||||
pip install dist/*.whl
|
Loading…
Reference in New Issue