Closed pllim closed 11 months ago
Thank you for your contribution! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.
👋 Thank you for your draft pull request! Do you know that you can use [ci skip]
or [skip ci]
in your commit messages to skip running continuous integration tests until you are ready?
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
7eaa3dc
) 96.80% compared to head (d9a9a03
) 96.80%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Tsk tsk, need to build C-extension with unreleased numpy.
The devdeps log still makes no sense to me but somehow the failure went away. I'll call this a win and move on.
.pkg: freeze> python -m pip freeze --all
.pkg: numpy==1.26.2,packaging==23.2,pip==23.3.1,setuptools==69.0.2,setuptools-scm==8.0.4,typing_extensions==4.8.0,wheel==0.41.3
Description
This pull request is to fix devdeps job failure.
xref https://github.com/astropy/astropy/issues/15638