Skip to content

Commit

Permalink
address Bret's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
weideng1 committed Aug 25, 2023
1 parent f851b46 commit b1a7a01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1a7a01

Please sign in to comment.