Skip to content

Commit 41b5e10

Browse files
lithomas1meeseeksmachine
authored andcommitted
Backport PR pandas-dev#44834: CI: Pin numpydev wheels
1 parent d3a92ff commit 41b5e10

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
@@ -48,7 +48,8 @@ jobs:
4848
shell: bash
4949
run: |
5050
python -m pip install --upgrade pip setuptools wheel
51-
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
51+
# TODO: unpin
52+
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple "numpy==1.23.0.dev0+101.ga81535a36"
5253
pip install git+https://github.com/nedbat/coveragepy.git
5354
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
5455
pip list

ci/deps/actions-38-numpydev.yaml

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

0 commit comments

Comments
 (0)