Add --break-system-packages option to pip install command in update.yaml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user