diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 45a9310925..5643246625 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -176,29 +176,27 @@ runs: # revert after merge: https://github.com/frappe/bench/pull/1600 pip install --quiet git+https://github.com/blaggacao/bench.git@feat/add-direct-config-module-calling - python -m bench.config.common_site_config ${GITHUB_WORKSPACE} - python -m bench.config.redis ${GITHUB_WORKSPACE} - args=() - if [[ "${{ inputs.enable-watch }}" != "true" ]]; then - args+=("--skip-watch") - fi + python <