Update CI configuration and fix deprecations #194
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: 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 |