Skip to content

Commit

Permalink
Avoid failed job causing other jobs to cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Mar 28, 2024
1 parent ebd5341 commit 4d31cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 4d31cb3

Please sign in to comment.