Skip to content

Commit c8d46ad

Browse files
authored
Merge pull request #582 from pytorch/1.2-Release-Branch-Test
Update build.sh
2 parents f2bf22a + 06ba7f5 commit c8d46ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.jenkins/build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch
3030
pip install sphinx-gallery==0.3.1 tqdm matplotlib ipython pillow==4.1.1
3131

3232
# Install torchaudio from source
33-
# git clone https://github.com/pytorch/audio --quiet
34-
# pushd audio
35-
# python setup.py install
36-
# popd
33+
git clone https://github.com/pytorch/audio --quiet
34+
pushd audio
35+
python setup.py install
36+
popd
3737

3838
aws configure set default.s3.multipart_threshold 5120MB
3939

@@ -185,4 +185,4 @@ else
185185
fi
186186

187187
rm -rf vision
188-
# rm -rf audio
188+
rm -rf audio

0 commit comments

Comments
 (0)