mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +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
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.8'
|
||||
|
||||
- name: Perform production easy install
|
||||
run: |
|
||||
python3 ${GITHUB_WORKSPACE}/easy-install.py -p -n actions_test --email test@frappe.io
|
||||
|
Loading…
Reference in New Issue
Block a user