Skip to content

Commit 3608e3a

Browse files
Backport PR #43005: CI: Run python dev with numpy python 3.10 wheels (#43007)
Co-authored-by: Thomas Li <[email protected]>
1 parent 255b796 commit 3608e3a

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip setuptools wheel
40-
pip install git+https://github.com/numpy/numpy.git
40+
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
4141
pip install git+https://github.com/pytest-dev/pytest.git
4242
pip install git+https://github.com/nedbat/coveragepy.git
4343
pip install cython python-dateutil pytz hypothesis pytest-xdist pytest-cov

0 commit comments

Comments
 (0)