Skip to content

Commit b83e9d6

Browse files
author
Seth Weidman
committed
Add sox to .jenkins/build.sh
1 parent 514a513 commit b83e9d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.jenkins/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ pip install sphinx==1.8.2 pandas
2121
# For Tensorboard. Until 1.14 moves to the release channel.
2222
pip install tb-nightly
2323

24+
# Add sox install to get torchaudio to work
25+
pip install sox
26+
2427
# Install two language tokenizers for Translation with TorchText tutorial
2528
python -m spacy download en
2629
python -m spacy download de

0 commit comments

Comments
 (0)