This commit is contained in:
Hsiao-Wei Wang 2023-07-27 14:07:25 +08:00
parent 211376e35c
commit ccd8026b10
No known key found for this signature in database
GPG Key ID: AE3D6B174F971DE4
1 changed files with 3 additions and 2 deletions

View File

@ -111,8 +111,9 @@ preinstallation:
# installs the packages to run pyspec tests
install_test: preinstallation
python3 -m venv venv; . venv/bin/activate; \
python3 -m pip install -e .[lint]; python3 -m pip install -e .[test]
. venv/bin/activate; \
python3 -m pip install -e .; \
python3 -m pip install -e .[lint,test]
# Testing against `minimal` or `mainnet` config by default
test: pyspec