Skip to content

Merge pull request #198 from Parkerwise/wcsaxes-import-fix #30

Merge pull request #198 from Parkerwise/wcsaxes-import-fix

Merge pull request #198 from Parkerwise/wcsaxes-import-fix #30

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: codestyle
pytest: false
- linux: py38-test-oldestdeps
- macos: py39-test
- windows: py39-test
- linux: py310-test
- linux: py311-test-devdeps
coverage: 'codecov'