From 567e2c2b352e411e765c98de8a7139e47a749d66 Mon Sep 17 00:00:00 2001 From: Graham Neubig Date: Sun, 28 Apr 2024 17:40:37 -0400 Subject: [PATCH] Add poetry install to makefile (#1436) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 828f068353..29ef766941 100644 --- a/Makefile +++ b/Makefile @@ -128,6 +128,7 @@ install-python-dependencies: poetry run pip install chroma-hnswlib; \ fi @poetry install --without evaluation + @poetry run playwright install --with-deps chromium @echo "$(GREEN)Python dependencies installed successfully.$(RESET)" install-frontend-dependencies: