Skip to content

Preparing release v0.3.0 #221

Preparing release v0.3.0

Preparing release v0.3.0 #221

Workflow file for this run

name: Run tests
on:
push:
pull_request:
jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: py39-test-oldestdeps
- linux: py310-test-casa
- linux: py311-test
- linux: py312-test-devdeps
- macos: py39-test
- macos: py310-test-casa
- macos: py311-test
- macos: py312-test-devdeps
- windows: py39-test
- windows: py310-test
- windows: py311-test
- windows: py312-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