diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 58fb45ec..fe831382 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -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"]