Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 9s

Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
XenGi 2026-02-15 13:33:22 +01:00
parent ef0df4877d
commit 8a7f18ff1f

View file

@ -21,7 +21,7 @@ jobs:
python --version python --version
- name: Install Python depenndencies - 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 - name: Checkout repo
run: | run: |