We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bf0d9 commit 42be8b6Copy full SHA for 42be8b6
Jenkinsfile
@@ -168,8 +168,7 @@ def initializeEnvironment() {
168
pip install --upgrade pip
169
pip install -U setuptools
170
pip install wheel
171
- pip install "Cython<3.0" "pyyaml<6.0" --no-build-isolation
172
- pip install ${HOME}/ccm --no-build-isolation
+ pip install "Cython<3.0" "pyyaml<6.0" ${HOME}/ccm --no-build-isolation
173
'''
174
175
// Determine if server version is Apache CassandraⓇ or DataStax Enterprise
0 commit comments