From 05b888b6ba4c108249e77b270ac50d384bffbe1d Mon Sep 17 00:00:00 2001 From: Taku Fukada Date: Tue, 22 Oct 2024 13:18:58 +0900 Subject: [PATCH] disable windows 32bit build --- .github/workflows/maturin.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index 017a9fb..7723982 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -92,8 +92,9 @@ jobs: platform: - runner: windows-latest target: x64 - - runner: windows-latest - target: x86 + # temporarily disabled due to https://github.com/PyO3/rust-numpy/issues/448 + # - runner: windows-latest + # target: x86 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5