CONTRIBUTING.md: Recommend local conda environments#1085
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughUpdated CONTRIBUTING.md to switch conda commands from a named environment ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CONTRIBUTING.md`:
- Around line 139-141: Add an entry to .gitignore to exclude the path-based
conda environment named ".cuopt_env" referenced in CONTRIBUTING.md; update the
repository's .gitignore by adding a line for ".cuopt_env/" (or a broader pattern
like ".*env/") so the directory created by running the conda commands (conda env
create -p ./.cuopt_env ...) will not be committed to git, then commit the
updated .gitignore.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 2903c4cc-8c66-4748-8643-4efcfa9f9848
📒 Files selected for processing (1)
CONTRIBUTING.md
Address coderabbitai comment
|
I have created a PR to address wheel size failure #1087 |
Using a global conda environment is error prone because
./build.shmodifies it. We should recommend a local environment instead.