mirror of https://github.com/apache/cassandra
get newest pip in cassandra-cqlsh-tests.sh
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18121
This commit is contained in:
parent
6f20047299
commit
4d192f728c
|
|
@ -73,6 +73,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
|
||||
|
|
|
|||
Loading…
Reference in New Issue