We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb3698 commit d40063bCopy full SHA for d40063b
.github/workflows/python-dev.yml
@@ -58,7 +58,8 @@ jobs:
58
shell: bash -el {0}
59
run: |
60
python -m pip install --upgrade pip setuptools wheel
61
- pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
+ #pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
62
+ pip install numpy
63
pip install git+https://github.com/nedbat/coveragepy.git
64
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
65
pip list
0 commit comments