From 3490786fed1272c6508c5cbeeeffeb02866042aa Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Fri, 5 May 2023 11:59:27 +0200 Subject: [PATCH] with test in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9a3484..8bf009c 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ html: doc: html install: - poetry install --with dev --with docs + poetry install --with dev --with docs --with test python3 -m pip install --user . build: