Skip to content

Commit f098c5e

Browse files
lithomas1meeseeksmachine
authored andcommitted
Backport PR pandas-dev#43005: CI: Run python dev with numpy python 3.10 wheels
1 parent 255b796 commit f098c5e

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)