Skip to content

Commit

Permalink
chore(tox): Use unsafe-best-match to fetch pre-release wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 19, 2024
1 parent 96e6497 commit cf1dcd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ deps =
extras = tests
setenv =
pre: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
pre: UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
pre: UV_INDEX=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
pre: UV_INDEX_STRATEGY=unsafe-best-match
FSLOUTPUTTYPE=NIFTI_GZ
uv_resolution =
min: lowest-direct
Expand Down

0 comments on commit cf1dcd6

Please sign in to comment.