ci: upgrade to Poetry 1.1

This commit is contained in:
cn
2021-05-21 14:41:47 +02:00
committed by GitHub
parent 67f20e3df3
commit 95bd1a854e
+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