Skip to content

Commit

Permalink
Install astropy dev from wheel (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored and alphasentaurii committed Apr 6, 2024
1 parent 4045f56 commit c53e3bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,15 @@ commands =
pytest \
cov: --cov=. --cov-config=setup.cfg --cov-report=xml \
xdist: -n auto \
devdeps: astropy>=0.0.dev0
{toxinidir} \
{posargs}

## Suppress display of matplotlib plots generated during docs build, if any
setenv =
MPLBACKEND=agg
TF_CPP_MIN_LOG_LEVEL=2
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple

## Pass through the following environment variables which may be needed for the CI
passenv =
Expand Down

0 comments on commit c53e3bb

Please sign in to comment.