From 0b176c7531a439658dc3874e3389fcda85947ba7 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 18 Mar 2022 16:30:14 +0000 Subject: [PATCH] make sure pytest and flake8 installed --- .github/workflows/etl.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/etl.yml b/.github/workflows/etl.yml index e718820f..2bee1586 100644 --- a/.github/workflows/etl.yml +++ b/.github/workflows/etl.yml @@ -13,6 +13,8 @@ jobs: Install dependencies run: | python -m pip install --upgrade pip + python -m pip install pytest + python -m pip install flake8 python -m pip install -r etl/requirements.txt - name: Run Flake8 run: |