Skip to content

Fix not excluding ._dev from the dist #193

Fix not excluding ._dev from the dist

Fix not excluding ._dev from the dist #193

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: py310-test
- linux: py311-test
- linux: py312-test
- linux: build_docs