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 5626754 commit f2adac5Copy full SHA for f2adac5
tox.ini
@@ -52,7 +52,8 @@ labels = test
52
install_command =
53
python -I -m pip install -v \
54
--only-binary numpy,scipy,h5py \
55
- pre,dev: --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
+ pre,dev: --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
56
+ pre,dev: --extra-index-url https://pypi.org/simple \
57
{opts} {packages}
58
pip_pre =
59
pre,dev: true
0 commit comments