Fix doc builder (#14676)
This commit is contained in:
2
.github/workflows/build_documentation.yml
vendored
2
.github/workflows/build_documentation.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- doc-builder*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_package:
|
build_and_package:
|
||||||
@@ -48,6 +49,7 @@ jobs:
|
|||||||
sudo apt install tesseract-ocr
|
sudo apt install tesseract-ocr
|
||||||
pip install pytesseract
|
pip install pytesseract
|
||||||
pip install pytorch-quantization --extra-index-url https://pypi.ngc.nvidia.com
|
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
|
- name: Setup git
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user