Skip to content

Commit

Permalink
Fix doc builder (#14616)
Browse files Browse the repository at this point in the history
* Fix doc builder

* Fix doc builder

* Fix doc builder
  • Loading branch information
LysandreJik committed Dec 3, 2021
1 parent ec47bae commit aada989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
pip install -e .
pip install git+https://github.com/huggingface/doc-builder
pip install git+https://github.com/huggingface/transformers#egg=transformers[dev]
export TORCH_VERSION=$(python -c "from torch import version; print(version.__version__.split('+')[0])")
Expand Down

0 comments on commit aada989

Please sign in to comment.