Skip to content
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

Add pip install --retries 3 to CI to resolve transients #137

Closed
wants to merge 1 commit into from

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented May 12, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced reliability of dependency installations in CI workflow πŸ› οΈπŸ’«

πŸ“Š Key Changes

  • Added --retries 3 to pip install commands in CI workflow to attempt installation up to 3 times in case of failure.

🎯 Purpose & Impact

  • Improves CI stability: By retrying failed installations, this change aims to reduce the chances of CI failures due to transient network issues or temporary PyPI outages. 🌐✨
  • Enhances developer experience: Developers will face fewer interruptions caused by flaky CI runs, leading to a smoother development and testing process. πŸš€
  • Potential Impact to Users: While this change primarily affects the development process, users indirectly benefit from a more reliable and efficient pipeline that accelerates bug fixes, feature additions, and overall software stability. πŸŒˆπŸ› οΈ

@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch May 12, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant