update path to etl requirements

This commit is contained in:
Ed Chalstrey 2022-03-18 16:21:29 +00:00
parent db01442d9b
commit 8eeea322aa

View File

@ -13,7 +13,7 @@ jobs:
Install dependencies Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install -r requirements.txt python -m pip install -r etl/requirements.txt
- name: Run Flake8 - name: Run Flake8
run: | run: |
ls etl/*py | grep -v 'join_building_data' | xargs flake8 --exclude etl/__init__.py ls etl/*py | grep -v 'join_building_data' | xargs flake8 --exclude etl/__init__.py