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: