mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix ci linting
This commit is contained in:
18
.github/workflows/tests.yml
vendored
18
.github/workflows/tests.yml
vendored
@@ -21,18 +21,24 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: v1.0.0
|
ref: v1.0.0
|
||||||
|
- name: Install Application
|
||||||
|
run: |
|
||||||
|
'curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python'
|
||||||
|
poetry --version
|
||||||
|
poetry install
|
||||||
|
poetry run flake8 hyperglass
|
||||||
# - name: Install Python Dependencies
|
# - name: Install Python Dependencies
|
||||||
# run: |
|
# run: |
|
||||||
# pip install --user pipx
|
# pip install --user pipx
|
||||||
# export PATH=/home/runner/.local/bin:$PATH
|
# export PATH=/home/runner/.local/bin:$PATH
|
||||||
# pipx ensurepath
|
# pipx ensurepath
|
||||||
# pipx install poetry
|
# pipx install poetry
|
||||||
- name: Install Application
|
# - name: Install Application
|
||||||
uses: abatilo/actions-poetry@v1.5.0
|
# uses: abatilo/actions-poetry@v1.5.0
|
||||||
with:
|
# with:
|
||||||
python_version: 3.6.10
|
# python_version: 3.6.10
|
||||||
poetry_version: 1.0.0
|
# poetry_version: 1.0.0
|
||||||
args: install && run flake8 hyperglass
|
# args: install && run flake8 hyperglass
|
||||||
# - name: Lint
|
# - name: Lint
|
||||||
# uses: abatilo/actions-poetry@v1.5.0
|
# uses: abatilo/actions-poetry@v1.5.0
|
||||||
# with:
|
# with:
|
||||||
|
Reference in New Issue
Block a user