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 b1a7a01 commit ae19bb7Copy full SHA for ae19bb7
Jenkinsfile
@@ -167,8 +167,8 @@ def initializeEnvironment() {
167
sudo apt-get install socat
168
pip install --upgrade pip
169
pip install -U setuptools
170
+ pip install "Cython<3.0" "pyyaml<6.0"
171
pip install ${HOME}/ccm
- pip install "pyyaml > 6.0"
172
'''
173
174
// Determine if server version is Apache CassandraⓇ or DataStax Enterprise
0 commit comments