From 946306b21dee8411cc27807a9f47a7e91ecf1b5d Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 31 Oct 2020 18:19:02 +0000 Subject: [PATCH] Fix sample project gen command --- .github/workflows/sample_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample_build.yml b/.github/workflows/sample_build.yml index 9eee786b..d08714fd 100644 --- a/.github/workflows/sample_build.yml +++ b/.github/workflows/sample_build.yml @@ -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: |