We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when a notebook run fails, CI doesn't complain. Adding pytest --no-cov -v --nbmake ipython/*.ipynb into ci.yaml file can support it.
pytest --no-cov -v --nbmake ipython/*.ipynb
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up. I like this idea and will try to incorporate it into CI.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently, when a notebook run fails, CI doesn't complain.
Adding
pytest --no-cov -v --nbmake ipython/*.ipynb
into ci.yaml file can support it.The text was updated successfully, but these errors were encountered: