Skip to content

Commit ceb4dd3

Browse files
committed
Show more CI system information
1 parent ed95e8e commit ceb4dd3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/cygwin-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
5656
- name: Show version and platform information
5757
run: |
58+
/usr/bin/uname -a
5859
/usr/bin/git version
5960
/usr/bin/python --version
6061
/usr/bin/python -c 'import sys; print(sys.platform)'

Diff for: .github/workflows/pythonpackage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
6464
- name: Show version and platform information
6565
run: |
66+
uname -a
6667
git version
6768
python --version
6869
python -c 'import sys; print(sys.platform)'

0 commit comments

Comments
 (0)