File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -107,13 +107,14 @@ jobs:
107107 sudo apt-get update
108108 sudo apt-get install -y postgresql-client
109109
110- # Install Cassandra client
111- sudo apt-get install -y curl
110+ # Install Cassandra client and dependencies
111+ sudo apt-get install -y curl python3-pip
112112 curl -fsSL https://www.apache.org/dist/cassandra/KEYS | sudo gpg --dearmor -o /usr/share/keyrings/cassandra-archive-keyring.gpg
113113 echo "deb [signed-by=/usr/share/keyrings/cassandra-archive-keyring.gpg] https://apache.jfrog.io/artifactory/cassandra-deb/ 40x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
114114 sudo apt-get update
115115 sudo apt-get install -y cassandra-tools
116-
116+ pip3 install six
117+
117118 - name : Create Cassandra keyspace
118119 run : |
119120 # Wait for Cassandra to be ready (max 30 attempts)
You can’t perform that action at this time.
0 commit comments