From eb93145dc89cf736eeea211ef863d6b29f3889b0 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:29:42 -0400 Subject: [PATCH] make install install modules --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 952a4243b..617a20d02 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -install: +install: modules pip install -e .[dev,docs] dev: install