Sfoglia il codice sorgente

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

\# HACK
version-14
Gavin D'souza 2 anni fa
parent
commit
c2516c7460
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      .github/workflows/patch-mariadb-tests.yml

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

@@ -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


Caricamento…
Annulla
Salva