refactor: make payments app a soft dependency (#33245)

refactor: make payment app a soft dependency
diff --git a/.github/helper/site_config_mariadb.json b/.github/helper/site_config_mariadb.json
index 49e7fcf..8c86f73 100644
--- a/.github/helper/site_config_mariadb.json
+++ b/.github/helper/site_config_mariadb.json
@@ -11,6 +11,6 @@
  "root_login": "root",
  "root_password": "root",
  "host_name": "http://test_site:8000",
- "install_apps": ["erpnext"],
+ "install_apps": ["payments", "erpnext"],
  "throttle_user_limit": 100
 }