diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4ead14c..7c379d28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,7 @@ jobs: - '3.10' - '3.11' - '3.12' + fail-fast: false steps: - uses: actions/checkout@v4 - name: Set up Python ${{matrix.python-version}}