Skip to content

Commit

Permalink
chore: update inference repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed Mar 21, 2024
1 parent a10b7e1 commit dd2c730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd2c730

Please sign in to comment.