Skip to content

Commit c971528

Browse files
committed
fix: update python command path in post_install script
1 parent 6b5720c commit c971528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/helper/post_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ bench get-app india_compliance "${GITHUB_WORKSPACE}"
6868
# Create an India company BEFORE installing India Compliance
6969
echo "Creating India Company..."
7070
cd ~/frappe-bench/sites
71-
python -c "
71+
../env/bin/python -c "
7272
import frappe
7373
frappe.init('test_site')
7474
frappe.connect()

0 commit comments

Comments
 (0)