Skip to content

Update CI configuration and fix deprecations #194

Update CI configuration and fix deprecations

Update CI configuration and fix deprecations #194

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: py38-test-casa-oldestdeps
- linux: py38-test-casa
- linux: py39-test
- linux: py310-test
- linux: py311-test-devdeps
- macos: py38-test-casa-oldestdeps
- 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 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