From 3a45b2be4d4c3126fa9b73151f2dd75b922e2494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Thu, 12 Jan 2023 14:18:53 +0100 Subject: [PATCH] upgrade requirements 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 4880b73..d19adb6 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 -e '.' +./venv/bin/pip install --upgrade -e '.'