We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed95e8e commit ceb4dd3Copy full SHA for ceb4dd3
.github/workflows/cygwin-test.yml
@@ -55,6 +55,7 @@ jobs:
55
56
- name: Show version and platform information
57
run: |
58
+ /usr/bin/uname -a
59
/usr/bin/git version
60
/usr/bin/python --version
61
/usr/bin/python -c 'import sys; print(sys.platform)'
.github/workflows/pythonpackage.yml
@@ -63,6 +63,7 @@ jobs:
63
64
65
66
+ uname -a
67
git version
68
python --version
69
python -c 'import sys; print(sys.platform)'
0 commit comments