We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a92ff commit f3bcf95Copy full SHA for f3bcf95
.github/workflows/python-dev.yml
@@ -48,7 +48,8 @@ jobs:
48
shell: bash
49
run: |
50
python -m pip install --upgrade pip setuptools wheel
51
- pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
+ # TODO: unpin
52
+ pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple "numpy==1.23.0.dev0+101.ga81535a36"
53
pip install git+https://github.com/nedbat/coveragepy.git
54
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
55
pip list
ci/deps/actions-38-numpydev.yaml
@@ -18,5 +18,6 @@ dependencies:
18
- cython==0.29.24 # GH#34014
19
- "--extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple"
20
- "--pre"
21
- - "numpy"
+ # TODO: Unpin
22
+ - "numpy==1.23.0.dev0+101.ga81535a36"
23
- "scipy"
0 commit comments