Change dependencies installation

This commit is contained in:
Alex Root Junior 2021-05-12 23:06:02 +03:00
parent 74db2c47e6
commit 6009a39925

View file

@ -34,7 +34,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
python -m pip install --upgrade pip
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
poetry install
- name: Lint code