From ee95b38e96b5a2f04f23c526415e680190f8ea1c Mon Sep 17 00:00:00 2001 From: sdixon Date: Sun, 14 Apr 2024 01:56:02 +0100 Subject: [PATCH] initial attempt to build python wheels for pyuda --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index d91376b6..cc522978 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -12,8 +12,8 @@ jobs: # runs-on: ${{matrix.os}} runs-on: ${{matrix.build-platform[0]}} strategy: + fail-fast: false matrix: - fail-fast: false build-platform: # - [ubuntu-latest, x86_64, manylinux2014_x86_64] # - [ubuntu-latest, aarch64, manylinux2014_aarch64]