fix: add --break-system-packages for PEP 668 compatibility

The archlinux container now has Python's externally-managed-environment protection.
This fix allows pip to install internetarchive for Internet Archive uploads.
This commit is contained in:
2026-06-07 19:52:29 +00:00
parent 558ca8f8e0
commit 76421ef321
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
IA_EMAIL: ${{ secrets.IA_EMAIL }} IA_EMAIL: ${{ secrets.IA_EMAIL }}
IA_PASSWORD: ${{ secrets.IA_PASSWORD }} IA_PASSWORD: ${{ secrets.IA_PASSWORD }}
run: | run: |
pip install internetarchive pip install --break-system-packages internetarchive
ia configure --email="$IA_EMAIL" --password="$IA_PASSWORD" ia configure --email="$IA_EMAIL" --password="$IA_PASSWORD"
ISO=$(ls out/*.iso | head -1) ISO=$(ls out/*.iso | head -1)
ia upload antergos-next "$ISO" \ ia upload antergos-next "$ISO" \