fix(ci): install poetry

This commit is contained in:
Ashhhleyyy 2024-03-31 18:02:57 +01:00
parent 45a3568a9b
commit c2795b84bb
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -18,6 +18,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Setup poetry
uses: Gr1N/setup-poetry@v8
- name: Install Python dependencies
run: poetry install --with=dev
- name: Lint with flake8