From b1a7a0168cdc9cd7d3ce6928accdb0a015c540f2 Mon Sep 17 00:00:00 2001 From: weideng1 Date: Fri, 25 Aug 2023 12:32:52 -0600 Subject: [PATCH] address Bret's comments --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 068a58302c..999b967687 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -167,9 +167,8 @@ def initializeEnvironment() { sudo apt-get install socat pip install --upgrade pip pip install -U setuptools - sed -i -e 's/pyyaml.*/pyyaml/' ${HOME}/ccm/requirements.txt - sed -i -e "s/pyYaml < 6.0/pyYaml/" ${HOME}/ccm/setup.py pip install ${HOME}/ccm + pip install "pyyaml > 6.0" ''' // Determine if server version is Apache CassandraⓇ or DataStax Enterprise