extend Makefile
This commit is contained in:
parent
7874e8db88
commit
02bc6541d9
|
@ -1,4 +1,5 @@
|
|||
all:
|
||||
if ! test -d venv; then python3 -m venv venv; fi;
|
||||
. ./venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
rm -f ../../core/pyspec/eth2spec/test/phase0/random/test_random.py
|
||||
|
|
Loading…
Reference in New Issue