Skip to content

Commit f86d43c

Browse files
committed
output python versions
1 parent 057370d commit f86d43c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/[email protected]

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ jobs:
172172
name: ccm-logs-cassandra-${{ matrix.cassandra-version }}
173173
path: /tmp/ccm*/ccm*/node*/logs/*
174174

175+
- name: Check python versions
176+
run: |
177+
python --version
178+
python2 --version
179+
python3 --version
180+
175181
scylla-integration-tests:
176182
name: Scylla ITs
177183
runs-on: ubuntu-latest
@@ -228,4 +234,10 @@ jobs:
228234
if: ${{ failure() }}
229235
with:
230236
name: ccm-logs-scylla-${{ matrix.scylla-version }}
231-
path: /tmp/ccm*/ccm*/node*/logs/*
237+
path: /tmp/ccm*/ccm*/node*/logs/*
238+
239+
- name: Check python versions
240+
run: |
241+
python --version
242+
python2 --version
243+
python3 --version

0 commit comments

Comments
 (0)