diff --git a/.github/workflows/pytests-upstream.yml b/.github/workflows/pytests-upstream.yml index f6262bbd..804e9bc7 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.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.10", "3.11", "3.12"] os: ["ubuntu-latest", "macos-latest", "windows-latest"]