Skip to content

Commit

Permalink
ci: allow failures in 3.12 builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jun 11, 2023
1 parent 806113c commit 35b75db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:

jobs:
build:
continue-on-error: ${{ inputs.python-version == '3.12-dev' }}
runs-on: ${{ inputs.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 35b75db

Please sign in to comment.