Просмотр исходного кода

Add poetry install to makefile (#1436)

Graham Neubig 1 год назад
Родитель
Сommit
567e2c2b35
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Makefile

+ 1 - 0
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: