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

Fix diff output #1010

Merged
merged 11 commits into from
May 13, 2021
Merged

Fix diff output #1010

merged 11 commits into from
May 13, 2021

Conversation

Philmod
Copy link
Contributor

@Philmod Philmod commented May 13, 2021

Now:

== Comparing pip list --format=freeze ==
aiobotocore==1.2.2                                            | aiobotocore==1.3.0
aiohttp==3.7.3                                                | aiohttp==3.7.4
allennlp==2.2.0                                               | allennlp==2.3.0
arrow==0.17.0                                                 | arrow==1.0.3
astropy==4.2                                                  <

Before:

== Comparing pip freeze ==
aiobotocore==1.2.2					      |	aiobotocore==1.3.0
aiohttp @ file:https:///home/conda/feedstock_root/build_artifacts/a |	aiohttp @ file:https:///home/conda/feedstock_root/build_artifacts/a
allennlp==2.2.0						      |	allennlp==2.3.0
arrow @ file:https:///home/conda/feedstock_root/build_artifacts/arr |	arrow @ file:https:///home/conda/feedstock_root/build_artifacts/arr
astropy @ file:https:///home/conda/feedstock_root/build_artifacts/a <

https://b/178087631

@Philmod Philmod requested a review from rosbo May 13, 2021 18:42
@Philmod Philmod merged commit 8abf69a into master May 13, 2021
@Philmod Philmod deleted the fix-diff branch May 13, 2021 18:47
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.

2 participants