Skip to content
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

DOC: error in CI log messages #23

Open
SMoraisAnsys opened this issue Feb 23, 2024 · 1 comment
Open

DOC: error in CI log messages #23

SMoraisAnsys opened this issue Feb 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@SMoraisAnsys
Copy link
Collaborator

deployment template

None

Bug description

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.

image

Expected Behavior

No response

Steps to reproduce

No response

Relevant log output

No response

@SMoraisAnsys SMoraisAnsys added the bug Something isn't working label Feb 23, 2024
@SMoraisAnsys
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant