From 3a64da9aef1f74d3bea81f69eda23b287405eccb Mon Sep 17 00:00:00 2001 From: Aneesh Karve Date: Sun, 9 Jun 2024 18:31:03 -0700 Subject: [PATCH] drop fake editable command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 645dbe6..6069614 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ install-ci:: install-local poetry install --only dev install-local:: - poetry install --editable + poetry install install-go:: # you must have go installed https://go.dev/doc/install