Skip to content

Commit 5398e59

Browse files
committed
Put back a needed env var
1 parent 2d45b3d commit 5398e59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
- buildplat: [ macos13, macosx_x86_64, openblas ]
8181
python: "cp314t"
8282

83+
env:
84+
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }} # used in a cibw_*.sh script
85+
8386
steps:
8487
- name: Checkout numpy-release
8588
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)