Add --break-system-packages option to pip install command in update.yaml

This commit is contained in:
2026-02-27 23:22:38 +00:00
parent 68021a1534
commit 7ac733521d

View File

@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Requirements - name: Install Requirements
run: pip3 install -r requirements.txt run: pip3 install -r requirements.txt --break-system-packages
- name: Run Update Script - name: Run Update Script
env: env: