Skip to content

Fix compatibility with latest version of astropy and update infrastructure #25

Fix compatibility with latest version of astropy and update infrastructure

Fix compatibility with latest version of astropy and update infrastructure #25

Workflow file for this run

name: Run tests
on:
push:
pull_request:
jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: py38-test
- linux: py39-test
- linux: py310-test-novis
- linux: py311-test-all
- linux: py312-test-dev
- macos: py38-test
- macos: py39-test
- macos: py310-test-novis
- macos: py311-test-all
- macos: py312-test-dev
- windows: py38-test
- windows: py39-test
- windows: py310-test-novis
- windows: py311-test-all
- windows: py312-test-dev