You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CI, it seems that something is wrong with the way pypandoc-binary allows us to leverage pandoc.
Some verifications must be performed in order to be sure that we can use pandoc binary through pypandoc-binary installation.
Expected Behavior
No response
Steps to reproduce
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
After some thinking, I assume it is related to the fact that pandoc is already installed in the runner, making pypandoc-binary not really needed. So two things are possible:
do not install pypandoc-binary and keep pypandoc if pandoc is available;
install it anyway.
Not a big fan a the second option but let's first see how we can update the conf.py to log the right information and then we can rewrite the CI/CD workflow.
deployment template
None
Bug description
In the CI, it seems that something is wrong with the way
pypandoc-binary
allows us to leveragepandoc
.Some verifications must be performed in order to be sure that we can use
pandoc
binary throughpypandoc-binary
installation.Expected Behavior
No response
Steps to reproduce
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: