Skip to content

Commit

Permalink
🔨 Only install the target project with install-project make target
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoZosa committed Nov 21, 2022
1 parent 2a8e5e5 commit aa0bcc4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ install-dependencies:
.PHONY: install-project
## Install {} source code (in editable mode)
install-project:
poetry install --no-interaction -vv
poetry install --only-root --no-interaction -vv
$(MAKE) clean

.PHONY: clean
Expand Down

0 comments on commit aa0bcc4

Please sign in to comment.