File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9898 - name : Setup Python 3
9999 uses : actions/setup-python@v2
100100 with :
101- python-version : ' 3.x '
101+ python-version : ' 3.11 '
102102
103103 - name : Fetch Scylla and Cassandra versions
104104 id : fetch-versions
@@ -134,11 +134,11 @@ jobs:
134134 - name : Setup Python 3
135135 uses : actions/setup-python@v2
136136 with :
137- python-version : ' 3.x '
137+ python-version : ' 3.11 '
138138
139139 - name : Setup environment
140140 run : |
141- pip3 install https://github.com/scylladb/scylla-ccm/archive/master .zip
141+ pip3 install https://github.com/scylladb/scylla-ccm/archive/a93125bc6ad7dd5c9694331e89dc1fb212431ffe .zip
142142 - name : Run integration tests on Cassandra (${{ matrix.cassandra-version }})
143143 run : mvn -B -e verify -Dccm.version=${{ matrix.cassandra-version }} -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
144144
@@ -186,11 +186,11 @@ jobs:
186186 - name : Setup Python 3
187187 uses : actions/setup-python@v2
188188 with :
189- python-version : ' 3.x '
189+ python-version : ' 3.11 '
190190
191191 - name : Setup environment
192192 run : |
193- pip3 install https://github.com/scylladb/scylla-ccm/archive/master .zip
193+ pip3 install https://github.com/scylladb/scylla-ccm/archive/a93125bc6ad7dd5c9694331e89dc1fb212431ffe .zip
194194 sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"
195195 - name : Run integration tests on Scylla (${{ matrix.scylla-version }})
196196 run : mvn -B verify -Dccm.version=${{ matrix.scylla-version }} -Dccm.scylla=true -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
@@ -213,4 +213,4 @@ jobs:
213213 if : ${{ failure() }}
214214 with :
215215 name : ccm-logs-scylla-${{ matrix.scylla-version }}
216- path : /tmp/ccm*/ccm*/node*/logs/*
216+ path : /tmp/ccm*/ccm*/node*/logs/*
You can’t perform that action at this time.
0 commit comments