Skip to content

actions update

actions update #3

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: test python 3.10
python-version: 3.10
- linux: test python 3.11
python-version: 3.11
- linux: test python 3.11 w/ remote data
python-version: 3.11
toxposargs: --remote-data