ci(patch): Setup python dependencies after switching to current branch

This commit is contained in:
Gavin D'souza 2022-06-13 13:22:04 +05:30
parent 5f8cd34da5
commit 6c726a161c

View File

@ -115,4 +115,5 @@ jobs:
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