From 64cf407b88c1a369ca11d704f5af51347f7d9439 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Mon, 5 Feb 2024 14:30:21 -0500 Subject: [PATCH] Fix devdeps (#367) * Fix erfa issue * Add weekly cron badge --- README.md | 4 +++- tox.ini | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 012519c3..c1f7d049 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Roman Attribute Dictionary -[![CI](https://github.com/spacetelescope/rad/actions/workflows/ci.yml/badge.svg)](https://github.com/spacetelescope/rad/actions/workflows/ci.yml) [![Documentation Status](https://readthedocs.org/projects/rad/badge/?version=latest)](https://rad.readthedocs.io/en/latest/?badge=latest) +[![CI](https://github.com/spacetelescope/rad/actions/workflows/ci.yml/badge.svg)](https://github.com/spacetelescope/rad/actions/workflows/ci.yml) +[![Documentation Status](https://readthedocs.org/projects/rad/badge/?version=latest)](https://rad.readthedocs.io/en/latest/?badge=latest) +[![Weekly CI](https://github.com/spacetelescope/rad/actions/workflows/ci_cron.yml/badge.svg)](https://github.com/spacetelescope/rad/actions/workflows/ci_cron.yml) [![Powered by STScI Badge](https://img.shields.io/badge/powered%20by-STScI-blue.svg?colorA=707170&colorB=3e8ddd&style=flat)](http://www.stsci.edu) diff --git a/tox.ini b/tox.ini index d3447756..75e1f1c7 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ 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 = @@ -27,6 +27,7 @@ deps = cov: pytest-cov devdeps: numpy>=0.0.dev0 devdeps: astropy>=0.0.dev0 + devdeps: pyerfa>=0.0.dev0 commands = pip freeze pytest \