Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Sep 9, 2024
1 parent 21cc365 commit 5ae1161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/scripts/e2e-cassandra-sink-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ tar xfvz cassandra_latest.tar.gz
export LATEST_CASSANDRA_VERSION=$(get_latest_cassandra_version)
export CASSANDRA_DIR="./apache-cassandra-${LATEST_CASSANDRA_VERSION}"
# remove bundled packages, and use installed packages, because Python 3.12 has removed asyncore, but I failed to install libev support for bundled Python driver.
rm ${CASSANDRA_DIR}/lib/six-1.12.0-py2.py3-none-any.zip
rm ${CASSANDRA_DIR}/lib/cassandra-driver-internal-only-3.25.0.zip
apt-get install -y libev4 libev-dev
pip3 install --break-system-packages cassandra-driver
# rm ${CASSANDRA_DIR}/lib/six-1.12.0-py2.py3-none-any.zip
# rm ${CASSANDRA_DIR}/lib/cassandra-driver-internal-only-3.25.0.zip
# apt-get install -y libev4 libev-dev
# pip3 install --break-system-packages cassandra-driver
export CQLSH_HOST=cassandra-server
export CQLSH_PORT=9042

Expand Down

0 comments on commit 5ae1161

Please sign in to comment.