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
fix: pip 22 compatibility for base tools and install commands
- Base tools: try pip3 install without --break-system-packages first (pip 22)
- fix_pip_pep668: wrap with fallback (pip 23+ flag || plain pip 22)
- Fixes pytest not found on Ubuntu 22.04 containers (pip 22.0.2)
0 commit comments