Skip to content

Commit 057370d

Browse files
committed
Test what happens with double setup python action
1 parent 8a35398 commit 057370d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/[email protected]

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
uses: actions/setup-python@v2
100100
with:
101101
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'
102107

103108
- name: Fetch Scylla and Cassandra versions
104109
id: fetch-versions
@@ -136,6 +141,11 @@ jobs:
136141
with:
137142
python-version: '3.x'
138143

144+
- name: Setup Python 2 (cas it)
145+
uses: actions/setup-python@v2
146+
with:
147+
python-version: '2.x'
148+
139149
- name: Setup environment
140150
run: |
141151
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
@@ -187,6 +197,11 @@ jobs:
187197
uses: actions/setup-python@v2
188198
with:
189199
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'
190205

191206
- name: Setup environment
192207
run: |

0 commit comments

Comments
 (0)