[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
@@ -54,7 +54,7 @@ install_packages_apt()
sudo apt-get --no-install-recommends install -y clang-format-6.0
# add yapf for pretty
python3 -m pip install yapf || echo 'Failed to install python code formatter yapf. Install it manually if you need.'
python3 -m pip install yapf==0.29.0 || echo 'Failed to install python code formatter yapf. Install it manually if you need.'
# add mdv for local size report
python3 -m pip install mdv || echo 'Failed to install markdown render. Install it manually if you need.'