Skip to content

Commit 0ca0ddf

Browse files
committed
second attempt to make ccm-private work with python 3.10+
1 parent b1a7a01 commit 0ca0ddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,9 @@ def initializeEnvironment() {
167167
sudo apt-get install socat
168168
pip install --upgrade pip
169169
pip install -U setuptools
170+
pip install wheel
171+
pip install "Cython<3.0" "pyyaml<6.0" --no-build-isolation
170172
pip install ${HOME}/ccm
171-
pip install "pyyaml > 6.0"
172173
'''
173174

174175
// Determine if server version is Apache CassandraⓇ or DataStax Enterprise

0 commit comments

Comments
 (0)