Skip to content

Commit e8c97d6

Browse files
committed
chore(tox): Fix UV settings for pre-release wheels
1 parent 46edd50 commit e8c97d6

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
@@ -42,8 +42,9 @@ deps =
4242
py313: traits @ git+https://github.com/enthought/traits.git@10954eb
4343
extras = test
4444
setenv =
45-
pre: UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
4645
pre: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
46+
pre: UV_INDEX=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
47+
pre: UV_INDEX_STRATEGY=unsafe-best-match
4748
uv_resolution =
4849
min: lowest-direct
4950

0 commit comments

Comments
 (0)