Browse Source

ci: Install bench CLI before switching pyenv

version-14
Gavin D'souza 2 years ago
parent
commit
95ad77584a
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .github/workflows/patch-mariadb-tests.yml

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

@@ -101,7 +101,10 @@ jobs:

- name: Install
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
run: bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
run: |
pip install frappe-bench
pyenv global $(pyenv versions | grep '3.10')
bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
env:
DB: mariadb
TYPE: server


Loading…
Cancel
Save