forked from mirrors/thatmattlove-hyperglass
ci change poetry install to python3
This commit is contained in:
parent
f44f0acdac
commit
acb2c866be
1 changed files with 1 additions and 2 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -23,8 +23,7 @@ jobs:
|
|||
ref: v1.0.0
|
||||
- name: Install Application
|
||||
run: |
|
||||
sudo apt install curl
|
||||
'curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python'
|
||||
'curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3'
|
||||
poetry --version
|
||||
poetry install
|
||||
poetry run flake8 hyperglass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue