From 9fb0dadaabc1ecc9ea1cb14bc30be709c1932ff2 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 21 May 2021 13:59:35 +0200 Subject: [PATCH] ci: upgrade 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 22b518b..78adc43 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 - name: Install dependencies run: | poetry install