-
Notifications
You must be signed in to change notification settings - Fork 7
34 lines (28 loc) · 921 Bytes
/
main.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
name: Run tests
on:
push:
pull_request:
jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: py38-test-casa-oldestdeps
- linux: py38-test-casa
- linux: py39-test
- linux: py310-test
- linux: py311-test-devdeps
- macos: py38-test-casa
- macos: py39-test
- macos: py310-test
- macos: py311-test-devdeps
- windows: py38-test
- windows: py39-test
- windows: py310-test
- windows: py311-test-devdeps
# NOTE: the tests below are disabled for now until tox-conda is compatible with tox 4
# Note that adding -conda ensures that the workflow sets up
# a conda environment, but does not change any of the behavior
# in tox.
# - linux: py39-test-linuxgcc-conda
# - macos: py39-test-osxclang-conda