Skip to content

General Update for 2022 and dynamic dev version support #78

General Update for 2022 and dynamic dev version support

General Update for 2022 and dynamic dev version support #78

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:
toxdeps: "virtualenv"
envs: |
- windows: py38-test
- macos: py39-test
- linux: py310-test
- linux: py311-test
- linux: build_docs