Skip to content

fix: newer versions of astropy set Ob0 to 0.0 by default #29

fix: newer versions of astropy set Ob0 to 0.0 by default

fix: newer versions of astropy set Ob0 to 0.0 by default #29

Workflow file for this run

name: Labeler
on: push
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
issues: write
contents: read
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}