Commit 3b2d1652 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Fix typo in branch name

parent 1b75d723
...@@ -45,7 +45,7 @@ jobs: ...@@ -45,7 +45,7 @@ jobs:
run: | run: |
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
pip install git+https://github.com/huggingface/doc-builder@add-install-cell pip install git+https://github.com/huggingface/doc-builder@add_install_cell
pip install git+https://github.com/huggingface/transformers#egg=transformers[dev] 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])") export TORCH_VERSION=$(python -c "from torch import version; print(version.__version__.split('+')[0])")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment