ci: Install bench CLI to system python

This commit is contained in:
Gavin D'souza 2022-06-30 15:41:12 +05:30
parent c2516c7460
commit 80f36b255a

View file

@ -101,9 +101,7 @@ jobs:
- name: Install
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
run: |
pyenv global $(pyenv versions | grep '3.10')
bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
run: bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
env:
DB: mariadb
TYPE: server