Skip to content

Commit 00c9085

Browse files
committed
[build] Fix missing dependency for format checker.
1 parent ff88f3f commit 00c9085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Update pip
1919
run: python -m pip install --upgrade pip
2020
- name: Install yapf
21-
run: python -m pip install --upgrade pip yapf
21+
run: python -m pip install --upgrade yapf toml
2222
- name: Install PySceneDetect Dependencies
2323
run: python -m pip install -r requirements_headless.txt
2424

0 commit comments

Comments
 (0)