From 0191496fc9d31e9ae8a4499d5a3c575a78ad2264 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 31 Oct 2020 18:17:36 +0000 Subject: [PATCH] Install dependencies in sample build --- .github/workflows/sample_build.yml | 4 ++++ 1 file changed, 4 insertions(+) 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