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:
@@ -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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user