From 100557b07ffcaf2e4dcc849625aa0feaa6dfa9ba Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 21 May 2021 14:50:13 +0200 Subject: [PATCH] ci: update to Poetry 1.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b2694e..072d06d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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