Skip to content

Commit b06dd88

Browse files
Backport PR #50728 on branch 1.5.x (CI fix failing python-dev job) (#50731)
Backport PR #50728: CI fix failing python-dev job Co-authored-by: Marco Edward Gorelli <[email protected]>
1 parent 70a701d commit b06dd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
python --version
7575
python -m pip install --upgrade pip setuptools wheel
76-
python -m pip install --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
76+
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
7777
python -m pip install git+https://github.com/nedbat/coveragepy.git
7878
python -m pip install python-dateutil pytz cython hypothesis==6.52.1 pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio>=0.17
7979
python -m pip list

0 commit comments

Comments
 (0)