-
Notifications
You must be signed in to change notification settings - Fork 245
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
Run tests with pytest, not bash #216
Conversation
✔️ Deploy Preview for pytorch-hub-preview ready! 🔨 Explore the source changes: b664c0d 🔍 Inspect the deploy log: https://app.netlify.com/sites/pytorch-hub-preview/deploys/610906825607650007839938 😎 Browse the preview: https://deploy-preview-216--pytorch-hub-preview.netlify.app |
✔️ Deploy Preview for pytorch-hub-preview ready! 🔨 Explore the source changes: a7fe714 🔍 Inspect the deploy log: https://app.netlify.com/sites/pytorch-hub-preview/deploys/6109083e5e6bfe0007dfab3a 😎 Browse the preview: https://deploy-preview-216--pytorch-hub-preview.netlify.app/ecosystem |
1 similar comment
✔️ Deploy Preview for pytorch-hub-preview ready! 🔨 Explore the source changes: a7fe714 🔍 Inspect the deploy log: https://app.netlify.com/sites/pytorch-hub-preview/deploys/6109083e5e6bfe0007dfab3a 😎 Browse the preview: https://deploy-preview-216--pytorch-hub-preview.netlify.app/ecosystem |
✔️ Deploy Preview for pytorch-hub-preview ready! 🔨 Explore the source changes: 60eb03e 🔍 Inspect the deploy log: https://app.netlify.com/sites/pytorch-hub-preview/deploys/612e3a530396c800071f8f4d 😎 Browse the preview: https://deploy-preview-216--pytorch-hub-preview.netlify.app/ecosystem |
Since we have the same failures on #217, and thus on master, I think this one is actually good to merge. |
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.
This LGTM! Now we have the summary at the end showing all the models that failed :)
Hm, after looking a bit more, it seems that #217 is failing on 26 files whereas here we're failing on 35 files. For example Let's wait a bit before merging this one. We're working on the HTTP rate limit issue, it will hopefully resolve everything Until then, we could merge #217 |
sounds good! Do we know what is causing these additional failures? |
I think they're the same as #212 |
This will avoid the CI stopping at the first failure, provide much cleaner CI logs, and overall easier/cleaner local testing as well