-
-
Notifications
You must be signed in to change notification settings - Fork 4
41 lines (37 loc) · 1.19 KB
/
integration_testing.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
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