Skip to content

Commit 8f5f00d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ def initializeEnvironment() {
167167
sudo apt-get install socat
168168
pip install --upgrade pip
169169
pip install -U setuptools
170+
pip install wheel "Cython<3.0" "pyyaml<6.0"
170171
pip install ${HOME}/ccm
171-
pip install "pyyaml > 6.0"
172172
'''
173173

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

0 commit comments

Comments
 (0)