2
0
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:
Ankush Menat 2023-03-01 10:36:50 +05:30 committed by GitHub
parent f7a0d28174
commit fd6dfc3ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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