update path to etl requirements
This commit is contained in:
parent
db01442d9b
commit
8eeea322aa
2
.github/workflows/etl.yml
vendored
2
.github/workflows/etl.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user