Skip to content

fix: newer versions of astropy have Ob0=0 by default #30

fix: newer versions of astropy have Ob0=0 by default

fix: newer versions of astropy have Ob0=0 by default #30

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 }}