Skip to content

Commit ad4ad70

Browse files
committed
Shuffle round numpy build
1 parent 72ac200 commit ad4ad70

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
env:
8080
CIBW_BUILD: "cp39-*"
8181
CIBW_ARCHS: ${{ matrix.cibw_archs }}
82+
# See: https://github.com/matplotlib/matplotlib/blob/1ddb1eccac8cfc25dee47bc538dc5913384b253f/pyproject.toml#L89C1-L95C23
83+
CIBW_BEFORE_BUILD: pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy --only-binary numpy
8284
- name: Build wheels for CPython 3.12
8385
# TODO: remove
8486
if: matrix.cibw_archs == 'ARM64'

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,6 @@ install = [
139139
'--skip-subprojects',
140140
]
141141

142-
# See: https://github.com/matplotlib/matplotlib/blob/1ddb1eccac8cfc25dee47bc538dc5913384b253f/pyproject.toml#L89C1-L95C23
143-
# FIXME: Remove this override once dependencies are available on PyPI.
144-
[[tool.cibuildwheel.overrides]]
145-
select = "*-win_arm64"
146-
before-build = """\
147-
pip install --pre \
148-
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
149-
numpy"""
150-
151142
[tool.coverage.run]
152143
source = [
153144
"src",

0 commit comments

Comments
 (0)