Skip to content

Commit b7b4a69

Browse files
committed
chore(tox): Fix UV environment variables for pre-release tests
1 parent 1364aca commit b7b4a69

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

0 commit comments

Comments
 (0)