Skip to content

Commit

Permalink
Fix doc builder (huggingface#14676)
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik authored and Alberto Bégué committed Jan 27, 2022
1 parent f874584 commit 21fce2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- doc-builder*

jobs:
build_and_package:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 21fce2b

Please sign in to comment.