Skip to content

Commit 95854ca

Browse files
committed
typo
1 parent 42be8b6 commit 95854ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ 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" ${HOME}/ccm --no-build-isolation
171+
pip install "Cython<3.0"
172+
pip install ${HOME}/ccm
172173
'''
173174

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

0 commit comments

Comments
 (0)