We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b56d4 commit b00148bCopy full SHA for b00148b
.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 versioneer[toml]
79
python -m pip install python-dateutil pytz cython hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17
0 commit comments