Skip to content

CI

CI #222

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ main ]
tags:
- '*'
workflow_dispatch:
schedule:
# Run every Sunday at 05:53 UTC
- cron: 53 5 * * 0
jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
with:
envs: |
- macos: py39-test-pytest50
- linux: py39-test-pytest52
- windows: py310-test-pytest62
- macos: py311-test-pytest70
- linux: py312-test-pytest80
- windows: py313-test-pytest81
- macos: py314-test-pytest90
- linux: py314-test-pytestdev