Skip to content

Commit 6fd0164

Browse files
authored
CI: Run python dev with numpy python 3.10 wheels (#43005)
1 parent d037ff6 commit 6fd0164

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

0 commit comments

Comments
 (0)