mirror of
https://github.com/espressif/openthread.git
synced 2026-08-30 13:59:54 +00:00
[pretty] fix yapf version to 0.29.0 (#4880)
v0.30.0 (released on 2020-04-23) introduces formatting changes that are not compatible with v0.29.0.
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
sudo apt autoremove
|
||||
sudo apt --no-install-recommends install -y clang-tools clang-format-6.0
|
||||
clang-format-6.0 --version
|
||||
python3 -m pip install yapf
|
||||
python3 -m pip install yapf==0.29.0
|
||||
- name: Check
|
||||
run: |
|
||||
script/make-pretty check
|
||||
|
||||
Reference in New Issue
Block a user