summaryrefslogtreecommitdiffstats
path: root/csit/resources/scripts/prepare-robot-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/resources/scripts/prepare-robot-env.sh')
-rwxr-xr-xcsit/resources/scripts/prepare-robot-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/resources/scripts/prepare-robot-env.sh b/csit/resources/scripts/prepare-robot-env.sh
index 0e0778f1..2281d235 100755
--- a/csit/resources/scripts/prepare-robot-env.sh
+++ b/csit/resources/scripts/prepare-robot-env.sh
@@ -34,7 +34,7 @@ source "${ROBOT_VENV}/bin/activate" > /dev/null
set -exu
-python3 -m pip install -qq --upgrade pip setuptools
+python3 -m pip install -qq --upgrade "pip<=23.0" "setuptools<=66.1.1"
echo "Installing Python Requirements"
python3 -m pip install -qq -r "${SCRIPTS}"/pylibs.txt
python3 -m pip -qq freeze