Skip to content

Commit 6331c9d

Browse files
authored
test: not use sudo when install python dep (pingcap#2199)
1 parent 9029284 commit 6331c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tools_setup:
8686

8787
install_test_python_dep:
8888
@echo "install python requirments for test"
89-
sudo pip install -r tests/requirements.txt
89+
pip install --user -r tests/requirements.txt
9090

9191
generate_proto: tools_setup
9292
./generate-dm.sh

0 commit comments

Comments
 (0)