General Update for 2022 and dynamic dev version support #77
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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==20.19.0" | |
envs: | | |
- windows: py38-test | |
- macos: py39-test | |
- linux: py310-test | |
- linux: py311-test | |
- linux: build_docs |