Separate dependenties installation

This commit is contained in:
Alex Root Junior 2021-05-12 23:08:07 +03:00
parent 6009a39925
commit c25a63a2c8

View file

@ -32,10 +32,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: System dependencies
run: |
python -m pip install --upgrade pip
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
- name: Project dependencies
run: |
poetry install
- name: Lint code