Skip to content

Bump OpenAstronomy/github-actions-workflows from 1 to 2 in /.github/workflows in the actions group #46

Bump OpenAstronomy/github-actions-workflows from 1 to 2 in /.github/workflows in the actions group

Bump OpenAstronomy/github-actions-workflows from 1 to 2 in /.github/workflows in the actions group #46

Workflow file for this run

name: Automated test
on:
workflow_dispatch:
pull_request:
push:
jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
with:
envs: |
- linux: py310-test
- linux: py311-test
- linux: py312-test
- linux: py313-test
- macos: py310-test
- macos: py311-test
- macos: py312-test
- macos: py313-test
- windows: py312-test
- windows: py313-test