diff --git a/.github/workflows/test-linux-cpu.yml b/.github/workflows/test-linux-cpu.yml index 81ace6351b3..1e127c6ac35 100644 --- a/.github/workflows/test-linux-cpu.yml +++ b/.github/workflows/test-linux-cpu.yml @@ -21,6 +21,7 @@ jobs: strategy: matrix: py_vers: ["3.7", "3.8", "3.9", "3.10"] + fail-fast: false steps: - name: Checkout repository