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 cf9f8f0 commit 8cec131Copy full SHA for 8cec131
.github/workflows/[email protected]
@@ -197,7 +197,7 @@ jobs:
197
198
- name: Setup environment
199
run: |
200
- pip3 install https://github.com/scylladb/scylla-ccm/archive/81076bce792a0fb3f2050e4c209a93e4a62ab55f.zip
+ pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
201
202
- name: Get cassandra version
203
id: cassandra-version
@@ -304,7 +304,7 @@ jobs:
304
305
306
307
308
sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"
309
310
- name: Get scylla version
0 commit comments