diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index c249d45aea..4a2a4231f4 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -172,9 +172,7 @@ runs: source ${GITHUB_WORKSPACE}/env/bin/activate pip install --quiet --upgrade pip - # pip install --quiet frappe-bench - # 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 + pip install --quiet frappe-bench python <&2 diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 5307e0c613..9df72f1fa9 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -81,6 +81,7 @@ jobs: flags: server dispatch: + name: Downstream runs-on: "ubuntu-latest" needs: [test, migrate] if: ${{ contains( github.event.pull_request.labels.*.name, 'trigger-downstream-ci') }}