Browse Source

ci(patch): Install bench CLI on all Python envs

\# HACK
version-14
Gavin D'souza 2 years ago
parent
commit
c2516c7460
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/patch-mariadb-tests.yml

+ 1
- 0
.github/workflows/patch-mariadb-tests.yml View File

@@ -130,6 +130,7 @@ jobs:
branch_name="version-$version-hotfix" branch_name="version-$version-hotfix"
git fetch --depth 1 upstream $branch_name:$branch_name git fetch --depth 1 upstream $branch_name:$branch_name
git checkout -q -f $branch_name git checkout -q -f $branch_name
pip install -U frappe-bench


rm -rf ~/frappe-bench/env rm -rf ~/frappe-bench/env
bench -v setup env bench -v setup env


Loading…
Cancel
Save