ci: update to Poetry 1.1

This commit is contained in:
cn
2021-05-21 14:50:13 +02:00
committed by GitHub
parent e0f9b327f5
commit 100557b07f
+1 -1
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