Skip to content

Commit 007ff7c

Browse files
committed
Switch around numpy install
1 parent 7cf6760 commit 007ff7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# See: https://github.com/matplotlib/matplotlib/blob/1ddb1eccac8cfc25dee47bc538dc5913384b253f/pyproject.toml#L89C1-L95C23
8383
CIBW_BEFORE_BUILD_WINDOWS: >-
8484
pip install delvewheel
85-
&& pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy --only-binary numpy
85+
&& pip install numpy
8686
- name: Build wheels for CPython 3.12
8787
# TODO: remove
8888
if: matrix.cibw_archs == 'ARM64'
@@ -96,7 +96,7 @@ jobs:
9696
CIBW_ARCHS: ${{ matrix.cibw_archs }}
9797
CIBW_BEFORE_BUILD_WINDOWS: >-
9898
pip install delvewheel
99-
&& pip install numpy
99+
&& pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy --only-binary numpy
100100
# # - name: Setup Python
101101
# # if: ${{ startsWith(matrix.os, 'windows') }}
102102
# # uses: actions/setup-python@v5

0 commit comments

Comments
 (0)