Skip to content

Commit cd0ef41

Browse files
committed
Revert "Add setup Python 2 step to scylla-integration-tests in GH actions"
This reverts commit 834f231. The original reason for adding this steps to CI was for serverless tests, for which ccm exectues cqlsh, which required Python 2. However looking at the 3.x branch, where the serverless tests are routinely ran, it looks like this is not really necessary for some reason.
1 parent e0490ce commit cd0ef41

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/[email protected]

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,6 @@ jobs:
183183
java-version: '8'
184184
distribution: 'adopt'
185185

186-
- name: Setup Python 2
187-
uses: actions/setup-python@v2
188-
with:
189-
python-version: '2.x'
190-
191186
- name: Setup Python 3
192187
uses: actions/setup-python@v2
193188
with:

0 commit comments

Comments
 (0)