ci: use mysqlclient in tests

This commit is contained in:
Sagar Vora
2025-03-15 09:41:01 +05:30
parent 3c7583495e
commit 25623325ce
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ cd ~ || exit
sudo apt update
sudo apt remove mysql-server mysql-client
sudo apt install libcups2-dev redis-server mariadb-client
sudo apt install libcups2-dev redis-server mariadb-client libmariadb-dev
pip install frappe-bench