From f93a7a72c1142068e69cfb01367d16b218e945d0 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Thu, 27 May 2021 15:36:26 +0530 Subject: [PATCH] ci(test): Temporary change to test PY2 compatability removal in Frappe --- .github/helper/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/helper/install.sh b/.github/helper/install.sh index 7b0f944c66..8020408904 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh @@ -12,7 +12,7 @@ sudo apt install npm pip install frappe-bench -git clone https://github.com/frappe/frappe --branch "${GITHUB_BASE_REF:-${GITHUB_REF##*/}}" --depth 1 +git clone https://github.com/gavindsouza/frappe --branch drop-py2-code --depth 1 bench init --skip-assets --frappe-path ~/frappe --python "$(which python)" frappe-bench mkdir ~/frappe-bench/sites/test_site