mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
ci: Rebuild mysqlclient
This commit is contained in:
4
.github/helper/install.sh
vendored
4
.github/helper/install.sh
vendored
@@ -4,10 +4,14 @@ set -e
|
|||||||
|
|
||||||
cd ~ || exit
|
cd ~ || exit
|
||||||
|
|
||||||
|
|
||||||
|
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt remove mysql-server mysql-client
|
sudo apt remove mysql-server mysql-client
|
||||||
sudo apt install libcups2-dev redis-server mariadb-client libmariadb-dev
|
sudo apt install libcups2-dev redis-server mariadb-client libmariadb-dev
|
||||||
|
|
||||||
|
pip cache remove mysqlclient
|
||||||
|
|
||||||
pip install frappe-bench
|
pip install frappe-bench
|
||||||
|
|
||||||
githubbranch=${GITHUB_BASE_REF:-${GITHUB_REF##*/}}
|
githubbranch=${GITHUB_BASE_REF:-${GITHUB_REF##*/}}
|
||||||
|
|||||||
Reference in New Issue
Block a user