Skip to content

Commit 17bf0d9

Browse files
committed
attempt to fix the issue with installing ccm public, instead of using the local version
1 parent 9b49626 commit 17bf0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def initializeEnvironment() {
169169
pip install -U setuptools
170170
pip install wheel
171171
pip install "Cython<3.0" "pyyaml<6.0" --no-build-isolation
172-
pip install ${HOME}/ccm
172+
pip install ${HOME}/ccm --no-build-isolation
173173
'''
174174

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

0 commit comments

Comments
 (0)