Skip to content

Commit

Permalink
fixed poetry install with invalid group.
Browse files Browse the repository at this point in the history
python-poetry/poetry#7529

Signed-off-by: Andrews Arokiam <[email protected]>
  • Loading branch information
andyi2it committed Dec 7, 2023
1 parent c5534f8 commit 5fa2f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/kserve/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: test

dev_install:
poetry install --with test,dev --extras "storage"
poetry install --with test --extras "storage"

install_dependencies:
poetry install --with=test --no-interaction --no-root --extras "storage"
Expand Down

0 comments on commit 5fa2f37

Please sign in to comment.