ci: use latest Poetry

This commit is contained in:
cn 2023-05-12 13:34:28 +02:00
parent 205b6f2c6f
commit 5f9cbcdc1c
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