[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:
Jonathan Hui
2020-04-23 17:14:58 -07:00
committed by GitHub
parent 4f3b66bf7e
commit c0075d42c3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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