Install extra CLI dependencies that are missing (#16425)
2 files changed, 2 insertions(+), 0 deletions(-) M .github/workflows/format.yaml M .github/workflows/format_push.yaml
M .github/workflows/format.yaml => .github/workflows/format.yaml +1 -0
@@ 22,6 22,7 @@ jobs: - name: Install dependencies run: | apt-get update && apt-get install -y dos2unix pip3 install -r requirements-dev.txt - uses: actions/checkout@v2 with:
M .github/workflows/format_push.yaml => .github/workflows/format_push.yaml +1 -0