From aa9661a587c4d5799a5101713b4fba0e5b294c6f Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:10:54 -0400 Subject: [PATCH] Install dev wheels properly --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 93791247..edfac95a 100644 --- a/tox.ini +++ b/tox.ini @@ -49,11 +49,13 @@ deps = jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git romancal: romancal[test] @ git+https://github.com/spacetelescope/romancal.git oldestdeps: minimum_dependencies + devdeps: numpy>=0.0.dev0 + devdeps: astropy>=0.0.dev0 pass_env = CRDS_* CI 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 jwst: CRDS_SERVER_URL=https://jwst-crds.stsci.edu romancal: CRDS_SERVER_URL=https://roman-crds.stsci.edu package = @@ -64,7 +66,6 @@ allowlist_externals = commands_pre = oldestdeps: minimum_dependencies stpipe --filename requirements-min.txt oldestdeps: pip install -r requirements-min.txt - devdeps: pip install numpy>=0.0.dev0 git+https://github.com/astropy/astropy -U --upgrade-strategy eager pip freeze commands = pytest \