Skip to content

Commit ecddcd1

Browse files
authored
Rebuild Nightly (#1120)
* Update build.sh Sets --pre in pip for nightly build. * Update build.sh
1 parent 18476bd commit ecddcd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev
1313

1414
export PATH=/opt/conda/bin:$PATH
1515
rm -rf src
16+
17+
# Allow prerelease in requirements.txt
1618
pip install -r $DIR/../requirements.txt
1719

1820
# export PATH=/opt/conda/bin:$PATH

0 commit comments

Comments
 (0)