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