We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5720c commit c971528Copy full SHA for c971528
1 file changed
.github/helper/post_install.sh
@@ -68,7 +68,7 @@ bench get-app india_compliance "${GITHUB_WORKSPACE}"
68
# Create an India company BEFORE installing India Compliance
69
echo "Creating India Company..."
70
cd ~/frappe-bench/sites
71
-python -c "
+../env/bin/python -c "
72
import frappe
73
frappe.init('test_site')
74
frappe.connect()
0 commit comments