Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

TST: Remove unused test data (#438) #1

TST: Remove unused test data (#438)

TST: Remove unused test data (#438) #1

Workflow file for this run

name: tests
on:
push:
branches:
- main
- "*x"
tags:
- "*"
pull_request:
schedule:
# Weekly Monday 9AM build
# * is a special character in YAML so you have to quote this string
- cron: "0 9 * * 1"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
with:
envs: |
- linux: py311-oldestdeps-cov-xdist
- linux: py311-xdist
- linux: py312-xdist
- linux: py313-cov-xdist
coverage: codecov
- macos: py313-xdist
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
with:
setenv: |
CRDS_PATH: /tmp/data/crds_cache
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
envs: |
- linux: py312-jwst-cov
- linux: py312-romancal-cov
coverage: codecov