ci: Use only compatible version of bench CLI

bench CLI has dropped support for < PY3.6
This commit is contained in:
gavin
2021-06-10 13:25:44 +05:30
committed by GitHub
parent 3c5b33c241
commit bda432303c

View File

@@ -40,8 +40,7 @@ install:
- cd ~
- nvm install 10
- git clone https://github.com/frappe/bench --depth 1
- pip install -e ./bench
- pip install -U frappe-bench --only-binary='all'
- git clone https://github.com/frappe/frappe --branch $TRAVIS_BRANCH --depth 1
- bench init --skip-assets --frappe-path ~/frappe --python $(which python) frappe-bench