ci: update to Poetry 1.1

This commit is contained in:
Christian Nicolai 2021-05-21 14:50:13 +02:00 committed by GitHub
parent e0f9b327f5
commit 100557b07f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: |
pip install poetry==1.0.10
pip install 'poetry>=1.1.0,<1.2.0'
- name: Install dependencies
run: |
poetry install