Skipping two regression tests in test_svm_j97e06 #1325
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: CI | |
on: | |
push: | |
branches: | |
- master | |
- '*x' | |
tags: | |
- '*' | |
pull_request: | |
schedule: | |
# Weekly Monday 9AM build | |
- cron: "2 20 * * 3" | |
jobs: | |
crds_contexts: | |
uses: spacetelescope/crds/.github/workflows/contexts.yml@d96060f99a7ca75969f6652b050243592f4ebaeb # 12.0.0 | |
check: | |
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0 | |
with: | |
envs: | | |
- linux: check-style | |
test: | |
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0 | |
needs: [ crds_contexts ] | |
with: | |
setenv: | | |
CRDS_PATH: /tmp/data/crds_cache/ | |
CRDS_SERVER_URL: https://hst-crds.stsci.edu | |
CRDS_CLIENT_RETRY_COUNT: 3 | |
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20 | |
cache-path: /tmp/data/crds_cache/ | |
cache-key: ${{ needs.crds_contexts.outputs.hst }} | |
libraries: | | |
brew: | |
- hdf5 | |
envs: | | |
- linux: py310-xdist | |
- linux: py311-xdist | |
- macos: py311-xdist | |
- linux: py312-xdist | |
- linux: py312-devdeps-xdist | |
- macos: py312-devdeps-xdist | |
- linux: py312-cov-xdist | |
coverage: codecov |