diff --git a/.github/workflows/sample_build.yml b/.github/workflows/sample_build.yml index 1f7f5cf7..9eee786b 100644 --- a/.github/workflows/sample_build.yml +++ b/.github/workflows/sample_build.yml @@ -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