fix: add --break-system-packages to pip install in publish workflows

Ubuntu 23.04+ uses PEP 668 to protect system Python packages.
The --break-system-packages flag allows pip to install in externally-managed environments.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-18 12:48:09 +01:00
committed by Codex
parent ac7c948c04
commit c36b5cbcb4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
run: dotnet run --project Content.Packaging client --no-wipe-release
- name: Install Python dependencies
run: pip install requests
run: pip install --break-system-packages requests
- name: Publish version
run: Tools/publish_multi_request.py
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
run: dotnet run --project Content.Packaging client --no-wipe-release
- name: Install Python dependencies
run: pip install requests
run: pip install --break-system-packages requests
- name: Publish version
run: Tools/publish_multi_request.py --fork-id wizards-testing