From a2e505b5361c877fd15e8b0971a767b236106338 Mon Sep 17 00:00:00 2001 From: "oleg.hoefling" Date: Fri, 15 Apr 2022 15:17:38 +0200 Subject: [PATCH] remove workaround for python-poetry/poetry#4210 Signed-off-by: oleg.hoefling --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27bbc5c..fe93e21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,9 +67,6 @@ jobs: with: virtualenvs-create: true virtualenvs-in-project: true - - name: Workaround for https://github.com/python-poetry/poetry/issues/4210 - run: poetry config experimental.new-installer false - if: matrix.python == '3.10.0-rc.1' - name: Set up cache uses: actions/cache@v3 id: cache