make sure pytest and flake8 installed
This commit is contained in:
parent
1b43d4c1ba
commit
0b176c7531
2
.github/workflows/etl.yml
vendored
2
.github/workflows/etl.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user