Skip to content

Commit

Permalink
TST: Install astropy-dev properly
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Sep 12, 2023
1 parent 8f22791 commit 4037d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ isolated_build = true
# 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/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple

# Pass through the following environment variables which may be needed for the CI
passenv = HOME,WINDIR,LC_ALL,LC_CTYPE,CC,CI
Expand Down Expand Up @@ -53,6 +53,7 @@ deps =

devdeps: numpy>=0.0.dev0
devdeps: scipy>=0.0.dev0
devdeps: astropy>=0.0.dev0
devdeps: git+https://github.com/spacetelescope/gwcs.git
devdeps: git+https://github.com/asdf-format/asdf.git
devdeps: git+https://github.com/astropy/asdf-astropy.git
Expand All @@ -64,7 +65,6 @@ extras =
!oldestdeps: jwst

commands =
devdeps: pip install -i https://pypi.anaconda.org/astropy/simple astropy --pre --upgrade
pip freeze
!cov: pytest --pyargs specutils {toxinidir}/docs {posargs}
cov: pytest --pyargs specutils {toxinidir}/docs --cov specutils --cov-config={toxinidir}/setup.cfg {posargs}
Expand Down

0 comments on commit 4037d68

Please sign in to comment.