Skip to content

Commit

Permalink
Show more CI system information
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Sep 25, 2023
1 parent ed95e8e commit ceb4dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Show version and platform information
run: |
/usr/bin/uname -a
/usr/bin/git version
/usr/bin/python --version
/usr/bin/python -c 'import sys; print(sys.platform)'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Show version and platform information
run: |
uname -a
git version
python --version
python -c 'import sys; print(sys.platform)'
Expand Down

0 comments on commit ceb4dd3

Please sign in to comment.