From 798e4d81c84496cf8b4504052fc28d1dcc3afaaa Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Tue, 21 Dec 2021 16:09:08 -0800 Subject: [PATCH] regression_test: Ensure pip is up to date before updating scripts Signed-off-by: Matthew Stidham --- py-scripts/regression_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index 139d7bf6..a63e61a2 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -99,6 +99,7 @@ PYTHON_ENVIRONMENT=$(which python3) # exit 1 #fi +python3 -m pip install --upgrade pip if [ -d "/home/lanforge/lanforge_env" ] then pip3 install --upgrade lanforge-scripts