ci: upgrade to Poetry 1.1

This commit is contained in:
cn 2021-05-21 13:59:35 +02:00
parent 67f20e3df3
commit 9fb0dadaab
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
- name: Install dependencies
run: |
poetry install