mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
ci: Don't install bench in sudo
This commit is contained in:
parent
fafb29477c
commit
b2e0fd15c6
@ -90,7 +90,6 @@ install:
|
||||
mkdir -p ~/.bench;
|
||||
cp -r $TRAVIS_BUILD_DIR/* ~/.bench;
|
||||
pip3 install -q -U -e ~/.bench;
|
||||
sudo pip install -q -U -e ~/.bench;
|
||||
|
||||
mysql -u root -e "SET GLOBAL character_set_server = 'utf8mb4'";
|
||||
mysql -u root -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'";
|
||||
|
Loading…
Reference in New Issue
Block a user