From af25d0ddc5063683d81108d66a9a25a6ed7903d4 Mon Sep 17 00:00:00 2001 From: George Dang <53052793+gtdang@users.noreply.github.com> Date: Tue, 21 Mar 2023 11:47:24 -0400 Subject: [PATCH] fix: Added line to change poetry config for installer.modern-installation to false. This correct an issue with and invalid debugpy wheel with Poetry v1.4.1 modern installer. --- .github/workflows/test-pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-pytest.yml b/.github/workflows/test-pytest.yml index 9c0b9ca94..ce5de0ec7 100644 --- a/.github/workflows/test-pytest.yml +++ b/.github/workflows/test-pytest.yml @@ -24,5 +24,6 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: "poetry" + - run: poetry config installer.modern-installation false - run: poetry install - run: poetry run pytest