diff options
Diffstat (limited to 'csit/resources/scripts/prepare-robot-env.sh')
-rwxr-xr-x | csit/resources/scripts/prepare-robot-env.sh | 2 |
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 |