From 4a515ce73a2c10b4fca88ba80a4b19dc31acac92 Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Wed, 16 Oct 2024 16:53:31 +0200 Subject: [PATCH] Update pytests-upstream.yml --- .github/workflows/pytests-upstream.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytests-upstream.yml b/.github/workflows/pytests-upstream.yml index e9b336d5..2ed1bf84 100644 --- a/.github/workflows/pytests-upstream.yml +++ b/.github/workflows/pytests-upstream.yml @@ -72,7 +72,7 @@ jobs: shell: bash -l {0} # timeout-minutes: 45 strategy: - fail-fast: true + fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] os: ["ubuntu-latest", "macos-latest", "windows-latest"] @@ -200,7 +200,7 @@ jobs: shell: bash -l {0} # timeout-minutes: 45 strategy: - fail-fast: true + fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] os: ["ubuntu-latest", "macos-latest", "windows-latest"]