regression_test: Ensure pip is up to date before updating scripts

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-21 16:09:08 -08:00
committed by shivam
parent 4a11768a9d
commit 798e4d81c8

View File

@@ -99,6 +99,7 @@ PYTHON_ENVIRONMENT=$(which python3)
# exit 1 # exit 1
#fi #fi
python3 -m pip install --upgrade pip
if [ -d "/home/lanforge/lanforge_env" ] if [ -d "/home/lanforge/lanforge_env" ]
then then
pip3 install --upgrade lanforge-scripts pip3 install --upgrade lanforge-scripts