forked from mirrors/thatmattlove-hyperglass
ci test new poetry action
This commit is contained in:
parent
acb2c866be
commit
78b8b3c6e1
1 changed files with 6 additions and 6 deletions
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue