-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pip freeze on CI to ease debugging problems from version changes #613
Conversation
Code Climate has analyzed commit 22f2fdf and detected 0 issues on this pull request. View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good with the non-editable install
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
This invocation shows the versions of each library installed with
pip
.Doing this on CI makes it easy to find which version(s) of dependencies changed between passing and failing builds, helping to narrow down the possible cause of a failure. This thus ties into #611 and the daily scheduled build.