commit | 6c726a161cdf653e96cca334018d5c2cf9329e23 | [log] [tgz] |
---|---|---|
author | Gavin D'souza <gavin18d@gmail.com> | Mon Jun 13 13:22:04 2022 +0530 |
committer | Gavin D'souza <gavin18d@gmail.com> | Mon Jun 13 13:22:04 2022 +0530 |
tree | f86aa7ee04f2ebbe062d3dbf713b8cfaa658e10f | |
parent | 5f8cd34da501199c61688e1927a99183d34a7655 [diff] |
ci(patch): Setup python dependencies after switching to current branch
diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index afabe43..2cf4444 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml
@@ -115,4 +115,5 @@ echo "Updating to latest version" git -C "apps/frappe" checkout -q -f "${GITHUB_BASE_REF:-${GITHUB_REF##*/}}" git -C "apps/erpnext" checkout -q -f "$GITHUB_SHA" + bench setup requirements --python bench --site test_site migrate