Skip to content

Commit

Permalink
Don't fast-fail the build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 22, 2024
1 parent 261016e commit 0e9e78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Run build CI
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
py-version: [
"3.8",
Expand Down

0 comments on commit 0e9e78b

Please sign in to comment.