Skip to content

Commit 3bdc9f5

Browse files
Fix PIP installation
1 parent cafc8dc commit 3bdc9f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: Install CCM
5555
run: |
5656
python3 -m venv ~/venv
57+
~/venv/bin/pip install setuptools
5758
~/venv/bin/pip install "git+https://github.com/riptano/ccm.git@${CCM_VERSION}"
5859
echo "PATH=~/venv/bin:$PATH" >> $GITHUB_ENV
5960
- name: Start cassandra nodes

0 commit comments

Comments
 (0)