ci: use latest Poetry

This commit is contained in:
cn 2023-05-12 13:29:54 +02:00 committed by Christian Nicolai
parent 108c11aeb0
commit 36050ae49b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: |
pip install 'poetry>=1.1.0,<1.2.0'
curl -sSL "https://install.python-poetry.org" | python3 -
- name: Install dependencies
run: |
poetry install