-
Notifications
You must be signed in to change notification settings - Fork 584
fix(CI): clean up mpi4py index #4822
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
Conversation
It has been moved to PyPI. See https://github.com/mpi4py/mpi4py/releases/tag/4.1.0
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.
Pull Request Overview
Clean up references to the old mpi4py Anaconda index now that mpi4py is on PyPI.
- Removed custom index URLs from pip install commands for mpich
- Deleted obsolete [tool.uv.sources] and [tool.uv.index] blocks for mpi4py
- Dropped
UV_EXTRA_INDEX_URLfrom GitHub Actions
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Strip out Anaconda mpi4py index and related blocks |
| .github/workflows/test_python.yml | Remove UV_EXTRA_INDEX_URL environment variable |
📝 Walkthrough""" WalkthroughThe changes remove references to a custom PyPI index URL for Changes
Sequence Diagram(s)sequenceDiagram
participant GitHub Actions
participant pip
participant PyPI
GitHub Actions->>pip: pip install mpi4py mpich
pip->>PyPI: Fetch mpi4py and mpich from default index
PyPI-->>pip: Packages
pip-->>GitHub Actions: Installation completes
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (29)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## devel #4822 +/- ##
=======================================
Coverage 84.57% 84.57%
=======================================
Files 699 699
Lines 68039 68037 -2
Branches 3541 3541
=======================================
Hits 57542 57542
+ Misses 9363 9361 -2
Partials 1134 1134 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
It has been moved to PyPI. See https://github.com/mpi4py/mpi4py/releases/tag/4.1.0 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Removed use of a custom package index for installing certain dependencies in the build and test configurations. * Updated workflow and build settings to use the default package index for installations. * Improved environment variable handling to preserve existing paths during testing. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
It has been moved to PyPI. See https://github.com/mpi4py/mpi4py/releases/tag/4.1.0
Summary by CodeRabbit