From 064e1322df7fc599c02965b29459aa1120b8d654 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Thu, 7 Sep 2023 19:02:23 -0400 Subject: [PATCH] Update nightly astropy-dev install --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7ca0bbf8..80c29a30 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ indexserver = # Suppress display of matplotlib plots generated during docs build setenv = MPLBACKEND=agg - devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple + devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/astropy/simple # Pass through the following environment variables which may be needed # for the CI @@ -77,7 +77,7 @@ deps = devdeps: numpy>=0.0.dev0 devdeps: matplotlib>=0.0.dev0 - + devdeps: astropy>=0.0.dev0 # The following indicates which extras_require from setup.cfg will be # installed