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
* Use 'uv pip' for all calls to 'pip install' in GitHub Actions workflows.
- c.f. https://github.com/astral-sh/uv/
* The '--system' call is required as uv requires a virtual environment to be
activated without it, and GitHub Actions does not provide a default virtual
environment.
0 commit comments