We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a701d commit b06dd88Copy full SHA for b06dd88
.github/workflows/python-dev.yml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
python --version
75
python -m pip install --upgrade pip setuptools wheel
76
- python -m pip install --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
+ python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
77
python -m pip install git+https://github.com/nedbat/coveragepy.git
78
python -m pip install python-dateutil pytz cython hypothesis==6.52.1 pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio>=0.17
79
python -m pip list
0 commit comments