Skip to content

Commit 2e3e1da

Browse files
authored
Update build.sh
Testing upgrade option
1 parent 77988f2 commit 2e3e1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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-
pip install -r $DIR/../requirements.txt
16+
pip install -r -U $DIR/../requirements.txt
1717

1818
# export PATH=/opt/conda/bin:$PATH
1919
# pip install sphinx==1.8.2 pandas

0 commit comments

Comments
 (0)