Skip to content

Commit 42be8b6

Browse files
committed
typo
1 parent 17bf0d9 commit 42be8b6

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
@@ -168,8 +168,7 @@ def initializeEnvironment() {
168168
pip install --upgrade pip
169169
pip install -U setuptools
170170
pip install wheel
171-
pip install "Cython<3.0" "pyyaml<6.0" --no-build-isolation
172-
pip install ${HOME}/ccm --no-build-isolation
171+
pip install "Cython<3.0" "pyyaml<6.0" ${HOME}/ccm --no-build-isolation
173172
'''
174173

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

0 commit comments

Comments
 (0)