-
Couldn't load subscription status.
- Fork 56
Fail on CI if tutorial notebooks raise errors #497
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
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.
Codecov ReportPatch coverage has no change and project coverage change:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #497 +/- ##
==========================================
- Coverage 87.51% 87.38% -0.14%
==========================================
Files 12 12
Lines 857 864 +7
==========================================
+ Hits 750 755 +5
- Misses 107 109 +2 see 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
I think I fixed the issue with the original workflow config, but now the pip section of the environment isn't resolving. There seem to be similar things going on with the other CI jobs that were untouched, so maybe this is coming from somewhere else.... |
|
Ok! I made it out the other side on debugging the github action 😅 |

Related Issue(s):
Description:
Switch CI to use conda env in same as on read-the-docs, add missing conda-only dependencies to env, flip
nbsphinx_allow_errorsto False.PR Checklist: