Skip to content

Commit b1a7a01

Browse files
committed
address Bret's comments
1 parent f851b46 commit b1a7a01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,8 @@ def initializeEnvironment() {
167167
sudo apt-get install socat
168168
pip install --upgrade pip
169169
pip install -U setuptools
170-
sed -i -e 's/pyyaml.*/pyyaml/' ${HOME}/ccm/requirements.txt
171-
sed -i -e "s/pyYaml < 6.0/pyYaml/" ${HOME}/ccm/setup.py
172170
pip install ${HOME}/ccm
171+
pip install "pyyaml > 6.0"
173172
'''
174173

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

0 commit comments

Comments
 (0)