We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d45b3d commit 5398e59Copy full SHA for 5398e59
.github/workflows/wheels.yml
@@ -80,6 +80,9 @@ jobs:
80
- buildplat: [ macos13, macosx_x86_64, openblas ]
81
python: "cp314t"
82
83
+ env:
84
+ IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }} # used in a cibw_*.sh script
85
+
86
steps:
87
- name: Checkout numpy-release
88
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments