Skip to content

Commit

Permalink
GitHub Actions: review: strategy: fail-fast: false (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss and JoelLefkowitz authored Oct 15, 2024
1 parent c277003 commit 858e7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
name: Run linters and tests
runs-on: "ubuntu-20.04"
strategy:
fail-fast: false
matrix:
python: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]

Expand Down

0 comments on commit 858e7a2

Please sign in to comment.