-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: command context when no pyproject.toml #557
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
We have |
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.
Sounds good to me!
It is not a problem when you install the doc dependencies. It is a problem that arises when the action tries to determine which command should be used to launch the documentation build (using However, when I try to use it in a Windows environment here is what I get |
got it. thank you for the detailed explanation. |
This PR make the
doc-build
action compatible with repos withoutpyproject.toml
file. This is typically the case for repositories dedicated to example, e.g. pymapdl-examples or pymechanical-examples.Note: the default behavior in such case is to not use ``poetry` command.
Close #544