-
Notifications
You must be signed in to change notification settings - Fork 584
[pd] Use rc whl instead of dev whl for python cpu test #4656
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
📝 WalkthroughWalkthroughThis pull request updates the Python testing GitHub Actions workflow by modifying the installation command for the "paddlepaddle" package. The command now installs version "3.0.0rc1" explicitly from a stable index URL instead of using the latest unspecified pre-release version from a nightly source. There are no changes to exported or public entities. Changes
Possibly related PRs
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (30)
🔇 Additional comments (1)
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:
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 (
|
njzjz
left a 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.
It seems to work.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #4656 +/- ##
==========================================
+ Coverage 84.78% 84.81% +0.03%
==========================================
Files 688 688
Lines 66091 66295 +204
Branches 3539 3539
==========================================
+ Hits 56033 56231 +198
- Misses 8918 8923 +5
- Partials 1140 1141 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Use 3.0rc-1 for paddle python ci test as error occurs for dev.2025.3.13 whl
Summary by CodeRabbit