From 36050ae49b2a1ec5a57164351bb6e34dcb5cb844 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 12 May 2023 13:29:54 +0200 Subject: [PATCH] ci: use latest Poetry --- .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 5e6d02d..e7b6385 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Poetry run: | - pip install 'poetry>=1.1.0,<1.2.0' + curl -sSL "https://install.python-poetry.org" | python3 - - name: Install dependencies run: | poetry install