Skip to content

Commit 8cec131

Browse files
authored
Switch to use scylla-ccm master (#474)
1 parent cf9f8f0 commit 8cec131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197

198198
- name: Setup environment
199199
run: |
200-
pip3 install https://github.com/scylladb/scylla-ccm/archive/81076bce792a0fb3f2050e4c209a93e4a62ab55f.zip
200+
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
201201
202202
- name: Get cassandra version
203203
id: cassandra-version
@@ -304,7 +304,7 @@ jobs:
304304

305305
- name: Setup environment
306306
run: |
307-
pip3 install https://github.com/scylladb/scylla-ccm/archive/81076bce792a0fb3f2050e4c209a93e4a62ab55f.zip
307+
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
308308
sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"
309309
310310
- name: Get scylla version

0 commit comments

Comments
 (0)