@@ -94,16 +94,16 @@ jobs:
9494 steps :
9595 - name : Checkout source
9696 uses : actions/checkout@v2
97+
98+ - name : Setup Python 2 (setup it)
99+ uses : actions/setup-python@v2
100+ with :
101+ python-version : ' 2.x'
97102
98103 - name : Setup Python 3
99104 uses : actions/setup-python@v2
100105 with :
101106 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'
107107
108108 - name : Fetch Scylla and Cassandra versions
109109 id : fetch-versions
@@ -136,15 +136,15 @@ jobs:
136136 java-version : ' 8'
137137 distribution : ' adopt'
138138
139- - name : Setup Python 3
140- uses : actions/setup-python@v2
141- with :
142- python-version : ' 3.x'
143-
144139 - name : Setup Python 2 (cas it)
145140 uses : actions/setup-python@v2
146141 with :
147142 python-version : ' 2.x'
143+
144+ - name : Setup Python 3
145+ uses : actions/setup-python@v2
146+ with :
147+ python-version : ' 3.x'
148148
149149 - name : Setup environment
150150 run : |
@@ -175,6 +175,7 @@ jobs:
175175 - name : Check python versions
176176 run : |
177177 python --version
178+ echo "aaa"
178179 python2 --version
179180 python3 --version
180181
@@ -199,16 +200,16 @@ jobs:
199200 java-version : ' 8'
200201 distribution : ' adopt'
201202
202- - name : Setup Python 3
203- uses : actions/setup-python@v2
204- with :
205- python-version : ' 3.x'
206-
207203 - name : Setup Python 2 (scylla test)
208204 uses : actions/setup-python@v2
209205 with :
210206 python-version : ' 2.x'
211207
208+ - name : Setup Python 3
209+ uses : actions/setup-python@v2
210+ with :
211+ python-version : ' 3.x'
212+
212213 - name : Setup environment
213214 run : |
214215 pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
@@ -239,5 +240,6 @@ jobs:
239240 - name : Check python versions
240241 run : |
241242 python --version
243+ echo "aaa"
242244 python2 --version
243245 python3 --version
0 commit comments