get newest pip in cassandra-cqlsh-tests.sh

Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18121
This commit is contained in:
Brandon Williams 2022-12-16 10:09:39 -06:00
parent d38427a67b
commit 563a26c6b1
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ fi
set -e # enable immediate exit if venv setup fails
virtualenv --python=$PYTHON_VERSION venv
source venv/bin/activate
# 3.11 needs the newest pip
curl -sS https://bootstrap.pypa.io/get-pip.py | $PYTHON_VERSION
pip install -r ${CASSANDRA_DIR}/pylib/requirements.txt
pip freeze