diff --git a/.github/workflows/tests@v1.yml b/.github/workflows/tests@v1.yml index 721da1db0df..64b73582b31 100644 --- a/.github/workflows/tests@v1.yml +++ b/.github/workflows/tests@v1.yml @@ -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 @@ -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