Skip to content

Add support for frame aliases #1739

Add support for frame aliases

Add support for frame aliases #1739

Workflow file for this run

name: test
on:
push:
branches:
- "*"
tags:
- "*"
pull_request:
workflow_dispatch:
schedule:
# Weekly Monday 9AM build
# * is a special character in YAML so you have to quote this string
- cron: "0 9 * * 1"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@99401c364fa51c9c507d3cd6d272049278ac0b2c # v2.4.0
with:
envs: |
- linux: py311-oldestdeps
- linux: py311
- linux: py312
- linux: py314
# `tox` does not currently respect `requires-python` versions when creating testing environments;
# if this breaks, add an upper pin to `requires-python` and revert this py3 to the latest working version
- linux: py313-cov
coverage: codecov
pytest-results-summary: true
- macos: py313
pytest-results-summary: true
- linux: py314-dev