From d8d0504570d39ca3b61c6f89734650e0eb467df7 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 16 Jun 2021 09:51:38 +0200 Subject: [PATCH] Remove missing flag [ci skip] --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 603540c..2d5cc6e 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ run: @if [ ! -d ".venv" ]; then \ python3 -m venv .venv && \ .venv/bin/pip install -U pip setuptools wheel poetry && \ - .venv/bin/poetry install --dev; \ + .venv/bin/poetry install; \ fi .venv/bin/poetry run uvicorn keycloak_collective_portal.main:app --reload