Skip to content

Commit

Permalink
second attempt to make ccm-private work with python 3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
weideng1 committed Aug 25, 2023
1 parent b1a7a01 commit 0ca0ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ def initializeEnvironment() {
sudo apt-get install socat
pip install --upgrade pip
pip install -U setuptools
pip install wheel
pip install "Cython<3.0" "pyyaml<6.0" --no-build-isolation
pip install ${HOME}/ccm
pip install "pyyaml > 6.0"
'''

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

0 comments on commit 0ca0ddf

Please sign in to comment.