Pin numpy to 2.0.0rc1 #27
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: astropy_rc_basic | |
on: | |
workflow_dispatch: | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
permissions: | |
contents: read | |
# These only prove that basic test suite in Linux works. | |
# It is up to the individual packages to do detailed testing with astropy RC. | |
jobs: | |
test: | |
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 | |
with: | |
submodules: false | |
envs: | | |
- linux: py311-asdf_astropy | |
- linux: py311-asdf_astropy-dev | |
- linux: py311-astropy_healpix | |
- linux: py311-astropy_healpix-dev | |
- linux: py311-astroquery | |
- linux: py311-astroquery-dev | |
- linux: py311-ccdproc | |
- linux: py311-ccdproc-dev | |
- linux: py311-photutils | |
- linux: py311-photutils-dev | |
- linux: py311-regions | |
- linux: py311-regions-dev | |
- linux: py311-reproject | |
- linux: py311-reproject-dev | |
- linux: py311-specreduce | |
- linux: py311-specreduce-dev | |
- linux: py311-specutils | |
- linux: py311-specutils-dev | |
- linux: py311-sunpy | |
- linux: py311-sunpy-dev |