-
Notifications
You must be signed in to change notification settings - Fork 17
Adhoc Doc Build Fix #285
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
Adhoc Doc Build Fix #285
Conversation
📝 WalkthroughWalkthroughIsolates the documentation build in a new named conda environment Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.github/actions/docs-build/action.yml:
- Line 19: The conda install command "conda install -n docs-build -c conda-forge
clangdev=20 cmake>=3.29 ninja flex bison git c-compiler cxx-compiler make
cuda-cudart" can prompt for confirmation and hang CI; update that command (the
conda install invocation in the action.yml) to include the non-interactive flag
-y so it runs unattended in CI.
This PR fixes doc-build that's currently failing in main.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.