Skip to content

Commit

Permalink
Temporarily allow failures in the PEP 621 branch of Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Sep 10, 2024
1 parent 8535154 commit 84c9338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
Expand All @@ -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:
Expand Down

0 comments on commit 84c9338

Please sign in to comment.