-
Notifications
You must be signed in to change notification settings - Fork 7.1k
(temporary) add pyyaml
to unittest requirements
#5099
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
Conversation
💊 CI failures summary and remediationsAs of commit 4d80324 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
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.
Ok to unblock, but let's not forget to remove it once PyTorch fixes it.
Can you add a comment on each line so that we remember to remove this?
Issue to track this pytorch/pytorch#69905 |
Hey @malfet! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
Hmm, @pmeier looks like you've added |
It complains, because it only found a label from the secondary category. Maybe we should change the message to reflect that we should have at least one label from each category? cc @NicolasHug |
pytorch/pytorch#69905 is resolved. |
Summary: * (temporary) add pyyaml to unittest requirements * add actionable comments Reviewed By: prabhat00155 Differential Revision: D33253465 fbshipit-source-id: 7e254dd54431c8cb2f0afc9ef26f6b04183c9df6
pytorch/pytorch#68772 added
pyyaml
as dependency and with pytorch/pytorch#68773 it is now a hard dependency when usingtorch.jit.load
. Since it is not listed intorch
's dependency, we need to install it manually.I propose to merge this PR now and revert it as soon as this is resolved upstream.
cc @seemethere @tugsbayasgalan @gmagogsfm