File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 99
99
uses : actions/setup-python@v2
100
100
with :
101
101
python-version : ' 3.x'
102
+
103
+ - name : Setup Python 2 (setup it)
104
+ uses : actions/setup-python@v2
105
+ with :
106
+ python-version : ' 2.x'
102
107
103
108
- name : Fetch Scylla and Cassandra versions
104
109
id : fetch-versions
@@ -136,6 +141,11 @@ jobs:
136
141
with :
137
142
python-version : ' 3.x'
138
143
144
+ - name : Setup Python 2 (cas it)
145
+ uses : actions/setup-python@v2
146
+ with :
147
+ python-version : ' 2.x'
148
+
139
149
- name : Setup environment
140
150
run : |
141
151
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
@@ -187,6 +197,11 @@ jobs:
187
197
uses : actions/setup-python@v2
188
198
with :
189
199
python-version : ' 3.x'
200
+
201
+ - name : Setup Python 2 (scylla test)
202
+ uses : actions/setup-python@v2
203
+ with :
204
+ python-version : ' 2.x'
190
205
191
206
- name : Setup environment
192
207
run : |
You can’t perform that action at this time.
0 commit comments