Skip to content

Commit

Permalink
disable windows 32bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Oct 22, 2024
1 parent c8c459e commit 05b888b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05b888b

Please sign in to comment.