ci: upgrade to Poetry 1.1

This commit is contained in:
cn 2020-12-10 12:14:05 +01:00
parent 25376a603f
commit 52b2682c15
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ python:
- "3.8"
install:
- pip install poetry==1.0.10
- pip install poetry
- poetry install
script: