Skip to content

CI

CI #229

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@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
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