Skip to content

Commit ff7a25c

Browse files
Update scripts/format.sh
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent 610ecb7 commit ff7a25c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/format.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ script_dir=`dirname $0`
55
cd ${script_dir}/..
66

77
if [[ "$1" != "--no-install" ]]; then
8+
export PIP_REQUIRE_VIRTUALENV=1
89
pip install -U pip
910
pip install -U -r requirements/tools.txt
1011
fi

0 commit comments

Comments
 (0)