From 767ba644dee76d218fc1ad472f3be69592568ccd Mon Sep 17 00:00:00 2001 From: "carlos.rian" Date: Sat, 24 Aug 2024 10:09:27 -0300 Subject: [PATCH] chore: Update CI configuration to set fail-fast to false in build strategy --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b6d213..1ea4065 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,7 +87,7 @@ jobs: build: name: build on ${{ matrix.os }} (${{ matrix.target }} - ${{ matrix.manylinux || 'auto' }}) strategy: - fail-fast: true + fail-fast: false matrix: os: [ubuntu, macos, windows] target: [x86_64, aarch64] @@ -138,9 +138,9 @@ jobs: # x86_64 pypy builds are not PGO optimized # i686 not supported by pypy # aarch64 only 3.11 and up, also not PGO optimized - - os: windows - target: x86_64 - interpreter: pypy3.9 pypy3.10 + #- os: windows + # target: x86_64 + # interpreter: pypy3.9 pypy3.10 - os: windows target: i686 python-architecture: x86