Skip to content

Replace "Astropy" with "{{ cookiecutter.package_name }}" in BSD-3 (#80) #214

Replace "Astropy" with "{{ cookiecutter.package_name }}" in BSD-3 (#80)

Replace "Astropy" with "{{ cookiecutter.package_name }}" in BSD-3 (#80) #214

Workflow file for this run

name: Run template tests
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- macos: py311-test
- linux: py312-test
- linux: py313-test
- linux: build_docs