Skip to content
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

Merged
merged 6 commits into from
Jan 8, 2020

Conversation

huonw
Copy link
Member

@huonw huonw commented Jan 7, 2020

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.

@codeclimate
Copy link

codeclimate bot commented Jan 7, 2020

Code Climate has analyzed commit 22f2fdf and detected 0 issues on this pull request.

View more on Code Climate.

.buildkite/steps/script.sh Outdated Show resolved Hide resolved
@huonw huonw requested review from TheDen, kjun9 and timpitman January 7, 2020 21:40
Copy link
Contributor

@timpitman timpitman left a 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

Copy link
Contributor

@kjun9 kjun9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@huonw huonw merged commit ca64334 into develop Jan 8, 2020
@huonw huonw deleted the feature/611-pip-freeze branch January 8, 2020 01:07
huonw added a commit that referenced this pull request Jun 23, 2020
This adds the functionality we had from Buildkite to GitHub Actions. It is
helpful for debugging, particularly #1711 (see also #613).

See: #1711
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants