Skip to content

Weekly cron

Weekly cron #100

Workflow file for this run

name: Weekly cron
on:
schedule:
# Weekly Monday 6AM build
- cron: "0 0 * * 1"
workflow_dispatch:
jobs:
crds_contexts:
uses: spacetelescope/crds/.github/workflows/contexts.yml@efc6178464d6265a7b455ae36da6bb2d9efb5182 # 12.0.9
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15.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