diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 0948167f..db31ac9a 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -34,8 +34,9 @@ jobs: needs: skip_duplicate if: ${{ needs.skip_duplicate.outputs.should_skip == 'false' }} strategy: + fail-fast: false matrix: - python-version: [3.9, 3.10, 3.11, 3.12] + python-version: ["3.9", "3.10", "3.11", "3.12"] os: ["ubuntu-latest", "macos-latest"] runs-on: ${{ matrix.os }} steps: