From 079ce04da4399691393640c0c6c2a37c02d7a1ff Mon Sep 17 00:00:00 2001 From: Dariusz Suchojad Date: Thu, 19 Oct 2023 19:43:18 +0200 Subject: [PATCH] GH #755 - Disabling pip versions checks. --- code/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/update.sh b/code/update.sh index 28331acc14..61efdd2a57 100755 --- a/code/update.sh +++ b/code/update.sh @@ -24,6 +24,6 @@ echo Activating virtualenv in $CURDIR source $CURDIR/bin/activate echo Updating environment in $CURDIR -$CURDIR/bin/python $CURDIR/util/zato_environment.py update +PIP_DISABLE_PIP_VERSION_CHECK=1 $CURDIR/bin/python $CURDIR/util/zato_environment.py update echo ⭐ Installation updated to `zato --version`