浏览代码

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

\# HACK
version-14
Gavin D'souza 2 年前
父节点
当前提交
c2516c7460
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      .github/workflows/patch-mariadb-tests.yml

+ 1
- 0
.github/workflows/patch-mariadb-tests.yml 查看文件

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

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


正在加载...
取消
保存