mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-15 01:43:10 +00:00
ci: Wait for processes to die (#56288)
(cherry picked from commit 7256fc98e9)
This commit is contained in:
1
.github/workflows/patch.yml
vendored
1
.github/workflows/patch.yml
vendored
@@ -134,6 +134,7 @@ jobs:
|
|||||||
|
|
||||||
# Resetup env and install apps
|
# Resetup env and install apps
|
||||||
pgrep honcho | xargs kill
|
pgrep honcho | xargs kill
|
||||||
|
sleep 10
|
||||||
rm -rf ~/frappe-bench/env
|
rm -rf ~/frappe-bench/env
|
||||||
bench -v setup env --python python$2
|
bench -v setup env --python python$2
|
||||||
bench pip install -e ./apps/erpnext
|
bench pip install -e ./apps/erpnext
|
||||||
|
|||||||
Reference in New Issue
Block a user