-
Notifications
You must be signed in to change notification settings - Fork 119
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
update release issue template #1741
Conversation
Documentation CI still fails with: Notebook error:
[4911](https://github.com/neuronsimulator/nrn/runs/5709997468?check_suite_focus=true#step:7:4911)
AttributeError in rxd-tutorials/Reaction-Diffusion tutorial.ipynb:
[4912](https://github.com/neuronsimulator/nrn/runs/5709997468?check_suite_focus=true#step:7:4912)
module 'jinja2.utils' has no attribute 'escape' cc: @olupton |
They released a 3.1.1, so |
Codecov Report
@@ Coverage Diff @@
## master #1741 +/- ##
=======================================
Coverage 45.30% 45.30%
=======================================
Files 551 551
Lines 111225 111225
=======================================
Hits 50393 50393
Misses 60832 60832 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
@@ -11,5 +11,5 @@ plotnine | |||
numpy | |||
plotly | |||
nbsphinx | |||
# 3.1.0 is buggy | |||
jinja2!=3.1.0 | |||
# 3.1+ removed jinja2.utils.escape that is used by other tools |
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.
Which tools?
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.
Jupyter ones, see #1731.
Looks like The sad part is that we have already released and RTD build is not working at the moment. We will have to wait for upstream fix. |
No description provided.