Skip to content

Commit

Permalink
Fix erfa issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Feb 5, 2024
1 parent c06050f commit d64c732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ description =
cov: with coverage
xdist: using parallel processing
set_env =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/liberfa/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
extras =
test
deps =
xdist: pytest-xdist
cov: pytest-cov
devdeps: numpy>=0.0.dev0
devdeps: astropy>=0.0.dev0
devdeps: pyerfa>=0.0.dev0
commands =
pip freeze
pytest \
Expand Down

0 comments on commit d64c732

Please sign in to comment.