Skip to content

Merge pull request #35 from astropy/dependabot/github_actions/dot-git… #59

Merge pull request #35 from astropy/dependabot/github_actions/dot-git…

Merge pull request #35 from astropy/dependabot/github_actions/dot-git… #59

Workflow file for this run

# This workflow is to run tests on regular pushes and pull requests - it is
# separate from the tests that get run during an auto-update, which can be
# found in update_and_publish.yml
name: Run tests
on:
push:
pull_request:
jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15.0
with:
envs: |
- linux: py310-test
- macos: py311-test
- windows: py312-test-astropydev