From af6fe568ad502c23512ca199fef2659f564a2c23 Mon Sep 17 00:00:00 2001 From: "Ronald I." <14822065+rilma@users.noreply.github.com> Date: Fri, 27 Oct 2023 22:00:44 +0000 Subject: [PATCH] make target install refactor --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c0f79ae..d3432e1 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,7 @@ install-gfortran: sudo apt-get -y install gfortran install: - pip -q install coveralls - pip install numpy - pip install -e . + pip -q install coveralls && pip install numpy && pip install -e . test: coverage run --source=. --module unittest discover --start-directory tests --verbose