Skip to content

Commit e9d65f4

Browse files
committed
Ensure local poetry is always the latest
1 parent 0c65a22 commit e9d65f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DOCKER_IMAGE ?= downloads.unstructured.io/unstructured-io/unstructured-api:lates
1010
## install: installs all test, dev, and experimental requirements
1111
.PHONY: install
1212
install:
13-
pip install poetry
13+
pip install -U poetry
1414
python scripts/prepare-readme.py
1515
poetry install
1616

0 commit comments

Comments
 (0)