Show version and platform info in one place · gitpython-developers/GitPython@6fbe511 · GitHub
Skip to content

Commit 6fbe511

Browse files
committed
Show version and platform info in one place
Instead of splitting it in into two places where at least one of the places is highly likely to be missed, this puts it together just before the first steps that makes nontrivial use of the installed packages. Grouping it together, it can't really be shown earlier, because one of the pieces of information is obtained using the git module (to examine that behavior of the code). This also presents the information more clearly. "set -x" makes this easy, so the commands are rewritten to take advantage of it.
1 parent 45773c2 commit 6fbe511

2 files changed

Lines changed: 14 additions & 16 deletions

File tree

.github/workflows/cygwin-test.yml

Lines changed: 6 additions & 7 deletions

.github/workflows/pythonpackage.yml

Lines changed: 8 additions & 9 deletions

0 commit comments

Comments
 (0)