From d31abea7771cc2b30f11060dc144696c925d23dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Thu, 12 Jan 2023 14:20:58 +0100 Subject: [PATCH] upgrade dependencies too on ./setup-env.sh run --- setup-venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-venv.sh b/setup-venv.sh index d19adb6..7a65449 100755 --- a/setup-venv.sh +++ b/setup-venv.sh @@ -8,4 +8,4 @@ cd "${self}" python3 -m venv venv # install cli extras -./venv/bin/pip install --upgrade -e '.' +./venv/bin/pip install --upgrade --upgrade-strategy eager -e '.'