We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d037ff6 commit 6fd0164Copy full SHA for 6fd0164
.github/workflows/python-dev.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install dependencies
42
run: |
43
python -m pip install --upgrade pip setuptools wheel
44
- pip install git+https://github.com/numpy/numpy.git
+ pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
45
pip install git+https://github.com/pytest-dev/pytest.git
46
pip install git+https://github.com/nedbat/coveragepy.git
47
pip install cython python-dateutil pytz hypothesis pytest-xdist pytest-cov
0 commit comments