Install dependencies in sample build

This commit is contained in:
Joe Rickerby
2020-10-31 18:17:36 +00:00
parent 4ec28cb37e
commit 0191496fc9
+4
View File
@@ -18,6 +18,10 @@ jobs:
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install -r requirements-dev.txt
- name: Generate sample project
run: |
python -m test.test_projects test_0_basic.basic_project sample_project