From 84c9338e75cba1d675a54a94fcb2f38d5627adc6 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Mon, 9 Sep 2024 22:41:39 -0400 Subject: [PATCH] Temporarily allow failures in the PEP 621 branch of Poetry --- .github/workflows/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ecfa8a3..4063ce1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,6 +19,7 @@ jobs: test: runs-on: ubuntu-latest + continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: @@ -37,9 +38,11 @@ jobs: - '1.6.1' - '1.7.1' - '1.8.1' + experimental: [false] include: - python-version: '3.11' poetry-version: 'git+https://github.com/radoering/poetry.git@pep621-support' + experimental: true steps: - uses: actions/checkout@v4 with: