Skip to content

Commit

Permalink
Add config line to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterGerlach committed Nov 29, 2023
1 parent 930cbc1 commit 5a4d9ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ run:
@poetry run uvicorn src.app:app --reload --host 0.0.0.0 --port 8000

install:
poetry install --no-interaction --no-ansi --no-root --verbose
poetry config installer.max-workers 10 && \
poetry install --no-interaction --no-ansi --no-root -vvv

upgrade-dependencies:
./src/scripts/upgrade-dependencies.sh
Expand Down

0 comments on commit 5a4d9ed

Please sign in to comment.