mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
ci: Use only compatible version of bench CLI
bench CLI has dropped support for < PY3.6
This commit is contained in:
@@ -40,8 +40,7 @@ install:
|
|||||||
- cd ~
|
- cd ~
|
||||||
- nvm install 10
|
- nvm install 10
|
||||||
|
|
||||||
- git clone https://github.com/frappe/bench --depth 1
|
- pip install -U frappe-bench --only-binary='all'
|
||||||
- pip install -e ./bench
|
|
||||||
|
|
||||||
- git clone https://github.com/frappe/frappe --branch $TRAVIS_BRANCH --depth 1
|
- git clone https://github.com/frappe/frappe --branch $TRAVIS_BRANCH --depth 1
|
||||||
- bench init --skip-assets --frappe-path ~/frappe --python $(which python) frappe-bench
|
- bench init --skip-assets --frappe-path ~/frappe --python $(which python) frappe-bench
|
||||||
|
|||||||
Reference in New Issue
Block a user