You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add self-bootstraping uv run --script helper (#15092)
## Description
If you try to use `scripts/run-tests` but you haven't installed `uv`
then it isn't going to work.
To help ease any onboarding for new users we added
`scripts/uv-run-script` to use which will self-bootstrap `uv` first if
it is not already installed.
## Testing
<!-- Describe your testing strategy or note what tests are included -->
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
<!-- Any other information that would be helpful for reviewers -->
0 commit comments