[size-report] fix markdown viewer (#7906)

This commit is contained in:
Yakun Xu
2022-07-16 08:19:14 -07:00
committed by GitHub
parent 03c9b9389d
commit 793483da0d
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
if: "github.event_name == 'push'"
run: |
python3 -m pip install --upgrade setuptools wheel
python3 -m pip install mdv
python3 -m pip install git+https://github.com/axiros/terminal_markdown_viewer.git
- name: Run
env:
OT_BASE_BRANCH: "${{ github.base_ref }}"