ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
47.78k stars 15.73k forks source link

Add `pip install --retries 3` to CI to resolve transients #13001

Closed glenn-jocher closed 2 weeks ago

glenn-jocher commented 2 weeks ago

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Enhanced resilience in CI testing by adding automatic retries for pip installs.

📊 Key Changes

🎯 Purpose & Impact

🚀 Overall, this enhancement makes the CI process more robust, supporting smoother development and integration efforts.