make sure pytest and flake8 installed

This commit is contained in:
Ed Chalstrey 2022-03-18 16:30:14 +00:00
parent 1b43d4c1ba
commit 0b176c7531

View File

@ -13,6 +13,8 @@ jobs:
Install dependencies Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install flake8
python -m pip install -r etl/requirements.txt python -m pip install -r etl/requirements.txt
- name: Run Flake8 - name: Run Flake8
run: | run: |