We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bf0d7 commit 628b646Copy full SHA for 628b646
Makefile
@@ -15,7 +15,7 @@ install-poetry:
15
16
.PHONY: install-packages
17
install-packages:
18
- poetry install --no-root $(opts)
+ poetry install $(opts)
19
20
.PHONY: install
21
install: install-pip install-poetry install-packages
0 commit comments