Skip to content

Commit

Permalink
TOX: Prefer nightly wheels to pip to catch full releases for new buil…
Browse files Browse the repository at this point in the history
…d targets
  • Loading branch information
effigies committed Jul 11, 2024
1 parent 5626754 commit f2adac5
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 @@ -52,7 +52,8 @@ labels = test
install_command =
python -I -m pip install -v \
--only-binary numpy,scipy,h5py \
pre,dev: --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
pre,dev: --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
pre,dev: --extra-index-url https://pypi.org/simple \
{opts} {packages}
pip_pre =
pre,dev: true
Expand Down

0 comments on commit f2adac5

Please sign in to comment.