Skip to content

Commit

Permalink
Merge pull request #73 from geigerzaehler/g/allow-preview-build-failures
Browse files Browse the repository at this point in the history
Continue other builds if Python preview build fails
  • Loading branch information
geigerzaehler authored Jun 30, 2023
2 parents 98d0fc3 + 21b891b commit 0da3d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- "3.12-dev" # next

runs-on: ubuntu-latest
continue-on-error: ${{ matrix.python-version == '3.12-dev' }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0da3d03

Please sign in to comment.