From 0ca0ddf874eb0765be53d09b18379b6427571d25 Mon Sep 17 00:00:00 2001 From: weideng1 Date: Fri, 25 Aug 2023 16:07:27 -0600 Subject: [PATCH] second attempt to make ccm-private work with python 3.10+ --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 999b967687..9e7a70d2c8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -167,8 +167,9 @@ def initializeEnvironment() { sudo apt-get install socat pip install --upgrade pip pip install -U setuptools + pip install wheel + pip install "Cython<3.0" "pyyaml<6.0" --no-build-isolation pip install ${HOME}/ccm - pip install "pyyaml > 6.0" ''' // Determine if server version is Apache CassandraⓇ or DataStax Enterprise