Use 3rd-party step for Poetry installaton (2)

This commit is contained in:
Alex Root Junior 2021-05-12 23:11:35 +03:00
parent 6d0238f0d4
commit 55861cb50d

View file

@ -32,7 +32,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- uses: dschep/install-poetry-action@v1.3
- name: Install and configure Poetry
uses: snok/install-poetry@v1.1.4
with:
virtualenvs-create: false
virtualenvs-in-project: false
- name: Project dependencies
run: |