ci test new poetry action

This commit is contained in:
checktheroads 2020-02-14 09:27:25 -07:00
parent acb2c866be
commit 78b8b3c6e1

View file

@ -21,12 +21,12 @@ jobs:
uses: actions/checkout@v2
with:
ref: v1.0.0
- name: Install Application
run: |
'curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3'
poetry --version
poetry install
poetry run flake8 hyperglass
- name: Install Poetry
uses: dschep/install-poetry-action@v1.3
- name: Install Python Dependencies
run: poetry install
- name: Lint
run: poetry run flake8 hyperglass
# - name: Install Python Dependencies
# run: |
# pip install --user pipx