Skip to content

Commit 9f7cb66

Browse files
Merge pull request #258 from chinapandaman/PPF-257
PPF-257: fix build script
2 parents e3a20e9 + 10aa0b1 commit 9f7cb66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ if [[ "$VIRTUAL_ENV" == "" ]]; then
66
source "./venv-linux/bin/activate"
77
fi
88

9-
pip install -r "./requirements.txt"
9+
pip install -U pip
10+
pip install -U -r "./requirements.txt"

0 commit comments

Comments
 (0)