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

Update ci-testing.yml #7365

Merged
merged 1 commit into from
Apr 10, 2022
Merged

Update ci-testing.yml #7365

merged 1 commit into from
Apr 10, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Apr 10, 2022

Remove keras==2.6.0 patch

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improvement of CI testing workflow by refining dependency installation steps.

πŸ“Š Key Changes

  • Unified pip install commands into a single line for installing required packages and extra libraries.
  • Removed the explicit keras version installation, now relying on versions specified in requirements.txt.

🎯 Purpose & Impact

  • Simplification: Consolidates installation steps to make the CI configuration cleaner and possibly slightly faster.
  • Maintenance: Reduces the need to update the CI config when the keras version changes, as dependencies are managed directly within requirements.txt.
  • Reliability: Enhanced consistency in CI tests can lead to more reproducible testing environments and fewer integration issues.

These adjustments ensure the CI process is more streamlined and maintainable, which can lead to a smoother development process and quicker identification of potential issues for contributors and maintainers of the repository.

Remove keras==2.6.0 patch
@glenn-jocher glenn-jocher self-assigned this Apr 10, 2022
@glenn-jocher glenn-jocher merged commit 8c420c4 into master Apr 10, 2022
@glenn-jocher glenn-jocher deleted the update/ci branch April 10, 2022 13:17
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
Remove keras==2.6.0 patch
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.

1 participant