forked from mirrors/thatmattlove-hyperglass
install poetry deps in CI before running flake8 [skip ci]
This commit is contained in:
parent
90a837313f
commit
6c00d9ed3d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/backend-lint.yml
vendored
2
.github/workflows/backend-lint.yml
vendored
|
|
@ -19,5 +19,7 @@ jobs:
|
|||
uses: abatilo/actions-poetry@v2.0.0
|
||||
with:
|
||||
poetry-version: ${{ matrix.poetry-version }}
|
||||
- name: Install Dependencies
|
||||
run: poetry install
|
||||
- name: Flake8
|
||||
run: poetry run flake8 hyperglass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue