Fix sample project gen command

This commit is contained in:
Joe Rickerby
2020-10-31 18:19:02 +00:00
parent 0191496fc9
commit 946306b21d
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Generate sample project
run: |
python -m test.test_projects test_0_basic.basic_project sample_project
python -m test.test_projects test.test_0_basic.basic_project sample_project
- name: Build wheels
run: |