forked from open-webui/open-webui
Update format-backend.yaml
This commit is contained in:
parent
46a181042b
commit
6c2eb814ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/format-backend.yaml
vendored
2
.github/workflows/format-backend.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install yapf
|
pip install black
|
||||||
- name: Format backend
|
- name: Format backend
|
||||||
run: bun run format:backend
|
run: bun run format:backend
|
||||||
- name: Check for changes after format
|
- name: Check for changes after format
|
||||||
|
|
Loading…
Reference in a new issue