We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d604e0b commit e83897cCopy full SHA for e83897c
.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