Fix doc builder (#14676)

This commit is contained in:
Lysandre Debut 2021-12-08 15:14:36 +01:00 committed by GitHub
parent fab3b518ef
commit 2294071a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- doc-builder*
jobs:
build_and_package:
@ -48,6 +49,7 @@ jobs:
sudo apt install tesseract-ocr
pip install pytesseract
pip install pytorch-quantization --extra-index-url https://pypi.ngc.nvidia.com
pip install https://github.com/kpu/kenlm/archive/master.zip
- name: Setup git
run: |