Install dependencies in sample build
This commit is contained in:
@@ -18,6 +18,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.7'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install -r requirements-dev.txt
|
||||||
|
|
||||||
- name: Generate sample project
|
- name: Generate sample project
|
||||||
run: |
|
run: |
|
||||||
python -m test.test_projects test_0_basic.basic_project sample_project
|
python -m test.test_projects test_0_basic.basic_project sample_project
|
||||||
|
|||||||
Reference in New Issue
Block a user