Skip to content

Commit f2adac5

Browse files
committed
TOX: Prefer nightly wheels to pip to catch full releases for new build targets
1 parent 5626754 commit f2adac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ labels = test
5252
install_command =
5353
python -I -m pip install -v \
5454
--only-binary numpy,scipy,h5py \
55-
pre,dev: --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
55+
pre,dev: --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
56+
pre,dev: --extra-index-url https://pypi.org/simple \
5657
{opts} {packages}
5758
pip_pre =
5859
pre,dev: true

0 commit comments

Comments
 (0)