mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
install poetry deps in CI before running flake8 [skip ci]
This commit is contained in:
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
|
uses: abatilo/actions-poetry@v2.0.0
|
||||||
with:
|
with:
|
||||||
poetry-version: ${{ matrix.poetry-version }}
|
poetry-version: ${{ matrix.poetry-version }}
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: poetry install
|
||||||
- name: Flake8
|
- name: Flake8
|
||||||
run: poetry run flake8 hyperglass
|
run: poetry run flake8 hyperglass
|
||||||
|
Reference in New Issue
Block a user