Skip to content

Commit

Permalink
Continue other builds if Python preview build fails
Browse files Browse the repository at this point in the history
The build against the preview version of Python may fail. In this case
we allow the other builds to proceed.

Signed-off-by: Thomas Scholtes <geigerzaehler@axiom.fm>
  • Loading branch information
geigerzaehler committed Jun 6, 2023
1 parent 98d0fc3 commit 21b891b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
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 21b891b

Please sign in to comment.