mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
ci(patch): Setup python dependencies after switching to current branch
This commit is contained in:
1
.github/workflows/patch.yml
vendored
1
.github/workflows/patch.yml
vendored
@@ -115,4 +115,5 @@ jobs:
|
|||||||
echo "Updating to latest version"
|
echo "Updating to latest version"
|
||||||
git -C "apps/frappe" checkout -q -f "${GITHUB_BASE_REF:-${GITHUB_REF##*/}}"
|
git -C "apps/frappe" checkout -q -f "${GITHUB_BASE_REF:-${GITHUB_REF##*/}}"
|
||||||
git -C "apps/erpnext" checkout -q -f "$GITHUB_SHA"
|
git -C "apps/erpnext" checkout -q -f "$GITHUB_SHA"
|
||||||
|
bench setup requirements --python
|
||||||
bench --site test_site migrate
|
bench --site test_site migrate
|
||||||
|
|||||||
Reference in New Issue
Block a user