Skip to content

Commit 628b646

Browse files
committed
yes root
1 parent 15bf0d7 commit 628b646

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
@@ -15,7 +15,7 @@ install-poetry:
1515

1616
.PHONY: install-packages
1717
install-packages:
18-
poetry install --no-root $(opts)
18+
poetry install $(opts)
1919

2020
.PHONY: install
2121
install: install-pip install-poetry install-packages

0 commit comments

Comments
 (0)