Skip to content

MNT: Use hash for Action workflow versions and update if needed #129

MNT: Use hash for Action workflow versions and update if needed

MNT: Use hash for Action workflow versions and update if needed #129

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
# Run every Sunday at 05:53 UTC
- cron: 53 5 * * 0
jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
with:
envs: |
- linux: py37-test-pytest46
- windows: py37-test-pytest50
- macos: py38-test-pytest51
- linux: py38-test-pytest52
- windows: py39-test-pytest53
- macos: py39-test-pytest60
- linux: py39-test-pytest61
- windows: py310-test-pytest62
- linux: py310-test-pytestdev