From eb7c97445788f50e6e3f80c7a21e29d28566f5e9 Mon Sep 17 00:00:00 2001 From: jogeo Date: Thu, 25 May 2023 12:21:49 -0700 Subject: [PATCH] Ensure pip is up to date. --- test/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run.sh b/test/run.sh index 6201632c80..5ea0b71370 100755 --- a/test/run.sh +++ b/test/run.sh @@ -70,6 +70,7 @@ fi if [ ! -d "${RF_VENV}" ]; then python3 -m venv "${RF_VENV}" + "${RF_VENV}/bin/python3" -m pip install --upgrade pip "${RF_VENV}/bin/python3" -m pip install -r "${SCRIPTDIR}/requirements.txt" fi