1
0
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:
checktheroads
2021-01-01 12:07:58 -07:00
parent 90a837313f
commit 6c00d9ed3d

View File

@@ -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