Upgrade wheel pip setuptools with `make install_test`
This commit is contained in:
parent
2ef22cb478
commit
8c65b21c61
2
Makefile
2
Makefile
|
@ -106,7 +106,7 @@ pyspec:
|
|||
|
||||
# installs the packages to run pyspec tests
|
||||
install_test:
|
||||
python3 -m venv venv; . venv/bin/activate; python3 -m pip install -e .[lint]; python3 -m pip install -e .[test]
|
||||
python3 -m venv venv; . venv/bin/activate; python3 -m pip install --upgrade wheel pip setuptools; python3 -m pip install -e .[lint]; python3 -m pip install -e .[test]
|
||||
|
||||
# Testing against `minimal` or `mainnet` config by default
|
||||
test: pyspec
|
||||
|
|
Loading…
Reference in New Issue