From dd2c730ac803d2855315ae7183f9748567ce77b2 Mon Sep 17 00:00:00 2001 From: christinestraub Date: Thu, 21 Mar 2024 16:57:31 -0700 Subject: [PATCH] chore: update inference repo url --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 101bb32048..d498a352aa 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ install-base-ci: install-base-pip-packages install-nltk-models install-test inst .PHONY: install-local-inference-branch install-local-inference-branch: - git clone -b fix/embedded-text-not-getting-merged-with-inferred-elements git@github.com:Unstructured-IO/unstructured-inference.git && cd unstructured-inference && pip install -e . && cd ../ + git clone -b fix/embedded-text-not-getting-merged-with-inferred-elements https://github.com/Unstructured-IO/unstructured-inference.git && cd unstructured-inference && pip install -e . && cd ../ .PHONY: install-base-pip-packages install-base-pip-packages: