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
CI: use --break-system-packages when using pip globally
seems like recent versions of pip on some OSes is preventing
the user from installing things globally
we should override it, since we know what are we doing (most of the time).
anyhow that code is run only in CI, and never locally
Ref: https://veronneau.org/python-311-pip-and-breaking-system-packages.html
0 commit comments