extend Makefile

This commit is contained in:
Alex Stokes 2021-08-24 16:28:13 -07:00
parent 7874e8db88
commit 02bc6541d9
No known key found for this signature in database
GPG Key ID: 99B3D88FD6C55A69
1 changed files with 1 additions and 0 deletions

View File

@ -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