Skip to content

Commit

Permalink
Update Makefile to use --no-root flag during poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Apr 30, 2024
1 parent e2b6c0e commit 0d9db4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PM=python manage.py

setup:
poetry install
poetry install --no-root

update:
poetry update
Expand Down

0 comments on commit 0d9db4f

Please sign in to comment.