Skip to content

Commit cf1dcd6

Browse files
committed
chore(tox): Use unsafe-best-match to fetch pre-release wheels
1 parent 96e6497 commit cf1dcd6

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
@@ -60,7 +60,8 @@ deps =
6060
extras = tests
6161
setenv =
6262
pre: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
63-
pre: UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
63+
pre: UV_INDEX=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
64+
pre: UV_INDEX_STRATEGY=unsafe-best-match
6465
FSLOUTPUTTYPE=NIFTI_GZ
6566
uv_resolution =
6667
min: lowest-direct

0 commit comments

Comments
 (0)