Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:

- name: Setup environment
run: |
pip3 install https://github.com/scylladb/scylla-ccm/archive/81076bce792a0fb3f2050e4c209a93e4a62ab55f.zip
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip

- name: Get cassandra version
id: cassandra-version
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:

- name: Setup environment
run: |
pip3 install https://github.com/scylladb/scylla-ccm/archive/81076bce792a0fb3f2050e4c209a93e4a62ab55f.zip
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"

- name: Get scylla version
Expand Down
Loading