From ccd8026b10e03c813afb1b79792676c1ea10666a Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 27 Jul 2023 14:07:25 +0800 Subject: [PATCH] wip --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 16d189c05..2c1d4d331 100644 --- a/Makefile +++ b/Makefile @@ -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