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 action.yml #287

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Update action.yml #287

merged 1 commit into from
Nov 19, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Nov 19, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

This PR optimizes the installation process for packages on macOS systems by modifying how the pip command is executed.

πŸ“Š Key Changes

  • Adjusted the pip install command on macOS from uv pip install $packages to pip install -q $packages.

🎯 Purpose & Impact

  • Purpose: Simplifies the package installation process and potentially reduces errors caused by additional command wrappers.
  • Impact: Enhances stability and reliability for users running GitHub Actions on macOS, ensuring smoother and quieter installations. πŸ› οΈπŸ’»

@glenn-jocher glenn-jocher merged commit e892a31 into main Nov 19, 2024
1 of 2 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch November 19, 2024 00:06
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