Skip to content

Commit c39873e

Browse files
committed
cicd: enforce ccm version
1 parent c85f7b9 commit c39873e

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/master.zip
200+
pip3 install https://github.com/scylladb/scylla-ccm/archive/a0696fe532bf99ff8f7b7db0ed32672c34f103be.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/master.zip
307+
pip3 install https://github.com/scylladb/scylla-ccm/archive/a0696fe532bf99ff8f7b7db0ed32672c34f103be.zip
308308
sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"
309309
310310
- name: Get scylla version

0 commit comments

Comments
 (0)