mirror of
https://github.com/frappe/bench.git
synced 2024-11-14 17:24:04 +00:00
ci: run easy install test with lower python version (#1442)
This commit is contained in:
parent
f7a0d28174
commit
fd6dfc3ae7
5
.github/workflows/easy-install.yml
vendored
5
.github/workflows/easy-install.yml
vendored
@ -21,6 +21,11 @@ jobs:
|
|||||||
name: Easy Install Test
|
name: Easy Install Test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.8'
|
||||||
|
|
||||||
- name: Perform production easy install
|
- name: Perform production easy install
|
||||||
run: |
|
run: |
|
||||||
python3 ${GITHUB_WORKSPACE}/easy-install.py -p -n actions_test --email test@frappe.io
|
python3 ${GITHUB_WORKSPACE}/easy-install.py -p -n actions_test --email test@frappe.io
|
||||||
|
Loading…
Reference in New Issue
Block a user