2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 21:19:00 +00:00

ci: Don't install bench in sudo

This commit is contained in:
Gavin D'souza 2021-11-13 00:25:01 +05:30
parent fafb29477c
commit b2e0fd15c6

View File

@ -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'";