From eab7263eb1967fbc7406f718dc49ff60145ef4b5 Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Tue, 18 Oct 2022 15:26:34 +0200 Subject: [PATCH] don't fail linux CPU tests fast --- .github/workflows/test-linux-cpu.yml | 1 + 1 file changed, 1 insertion(+) 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