Skip to content

Commit bc17343

Browse files
authored
CI: Pin numpydev wheels (#44834)
1 parent ff84f69 commit bc17343

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/python-dev.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
shell: bash
5050
run: |
5151
python -m pip install --upgrade pip setuptools wheel
52-
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
52+
# TODO: unpin
53+
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple "numpy==1.23.0.dev0+101.ga81535a36"
5354
pip install git+https://github.com/nedbat/coveragepy.git
5455
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov pytest-timeout
5556
pip list

ci/deps/actions-39-numpydev.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ dependencies:
1919
- cython==0.29.24 # GH#34014
2020
- "--extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple"
2121
- "--pre"
22-
- "numpy"
22+
# TODO: Unpin
23+
- "numpy==1.23.0.dev0+101.ga81535a36"
2324
- "scipy"

0 commit comments

Comments
 (0)