Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 9s
Some checks failed
deploy blog / deploy (push) Failing after 9s
Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
parent
ef0df4877d
commit
8a7f18ff1f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
python --version
|
||||
|
||||
- name: Install Python depenndencies
|
||||
run: python -m pip install -r requirements.txt
|
||||
run: python -m pip install -r requirements.txt --break-system-packages
|
||||
|
||||
- name: Checkout repo
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue