From 37e03f149c9b59558b2df3bba94390336d6e0af6 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:04:47 -0400 Subject: [PATCH] Install dev wheels properly --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 7125a7a5..51d46a85 100644 --- a/tox.ini +++ b/tox.ini @@ -38,16 +38,16 @@ description = xdist: using parallel processing package = editable set_env = - devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple + devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple deps = pytest ci_watson xdist: pytest-xdist cov: pytest-cov -commands_pre = - devdeps: pip install numpy>=0.0.dev0 git+https://github.com/astropy/astropy -U --upgrade-strategy eager - pip freeze + devdeps: numpy>=0.0.dev0 + devdeps: astropy>=0.0.dev0 commands = + pip freeze pytest \ cov: --cov . --cov-report term-missing --cov-report xml \ warnings: -W error \ @@ -67,4 +67,4 @@ skip_install = true deps = build commands = - python -m build . \ No newline at end of file + python -m build .