fix(ci): remove --break-system-packages flag for pip 22 compatibility

pip 22.0.2 (Ubuntu 22.04 system default) does not support
--break-system-packages. This flag is not needed because:
- pip 22 has no externally-managed check
- source-compiled Python has no EXTERNALLY-MANAGED marker
This commit is contained in:
2026-07-13 20:35:03 +08:00
parent 190bd35278
commit 7fd9cb4261
+1111 -1114
View File
File diff suppressed because one or more lines are too long