Use 3rd-party step for Poetry installaton

This commit is contained in:
Alex Root Junior 2021-05-12 23:10:24 +03:00
parent c25a63a2c8
commit 6d0238f0d4

View file

@ -32,10 +32,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: System dependencies
run: |
python -m pip install --upgrade pip
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
- uses: dschep/install-poetry-action@v1.3
- name: Project dependencies
run: |