From 1a5a4ad28d1565f4e2c2776061cdf1ec51380d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:32:43 +0200 Subject: [PATCH] chore: remove unncessary install --- cliv2/scripts/prepare_licenses.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/cliv2/scripts/prepare_licenses.sh b/cliv2/scripts/prepare_licenses.sh index 0da67c6504..c50503bc2f 100755 --- a/cliv2/scripts/prepare_licenses.sh +++ b/cliv2/scripts/prepare_licenses.sh @@ -7,5 +7,4 @@ if python3 -c 'print("python3")' > /dev/null 2>&1; then PYTHON_VERSION="3" fi -PIP_BREAK_SYSTEM_PACKAGES=1 pip$PYTHON_VERSION install requests python$PYTHON_VERSION $BASEDIR/prepare_licenses.py